Mercurial > hg > pub > prymula > com
annotate immposiblerush/PKG/PKGBUILD @ 9:cdadbf30a821
arkanoid-0.7-1_PKG
author | prymula <prymula76@outlook.com> |
---|---|
date | Sun, 04 Feb 2024 15:47:05 +0100 |
parents | 923377f8ebcb |
children | 4dc186728822 |
rev | line source |
---|---|
7 | 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> |
9 | 2 |
7 | 3 pkgname=immposiblerush |
4 pkgver=0.230919 | |
5 pkgrel=0 | |
9 | 6 pkgdesc="Match the color on the square in such a way that it matches the color of the ball. Control, key 'A' - turn left, key 'D' - turn right." |
7 | 7 arch=('any') |
8 url="prymula.ct8.pl" | |
9 | 9 license=('GPL3') |
10 provides=('immposiblerush') | |
7 | 11 depends=('jdk-openjdk') |
12 makedepends=('jdk-openjdk' 'ant') | |
9 | 13 source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::file://${pkgname}-${pkgver}-${pkgrel}.tar.gz") |
14 sha256sums=('4035729dde8b7f4c1547558257913391949b8c00c0c87aca5d403adb9c651ddf') #generate with 'makepkg -g' || sha256sum | |
7 | 15 build() { |
9 | 16 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" |
7 | 17 make -f Makefile.aur |
18 } | |
19 | |
20 package() { | |
9 | 21 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" |
8
923377f8ebcb
immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents:
7
diff
changeset
|
22 make -f Makefile.aur DESTDIR="${pkgdir}" install |
7 | 23 } |