Mercurial > hg > pub > prymula > com
annotate immposiblerush/PKG/PKGBUILD @ 8:923377f8ebcb
immposiblerush-0.230919-0_ALLDISTRIBUTIONS
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 03 Feb 2024 18:23:04 +0100 |
parents | bb29f1c89c99 |
children | cdadbf30a821 |
rev | line source |
---|---|
7 | 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> |
2 pkgname=immposiblerush | |
3 pkgver=0.230919 | |
4 pkgrel=0 | |
5 pkgdesc="atch 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." | |
6 arch=('any') | |
7 url="prymula.ct8.pl" | |
8 license=('GPL') | |
9 depends=('jdk-openjdk') | |
10 makedepends=('jdk-openjdk' 'ant') | |
11 source=("$pkgname-$pkgver-$pkgrel.tar.gz::file://$pkgname-$pkgver-$pkgrel.tar.gz") | |
8
923377f8ebcb
immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents:
7
diff
changeset
|
12 sha256sums=('3dee0cbe55a1ab66dc7a51c82e314dc8c6809851c3a1027bae5ad6cee6eb25b9') #generate with 'makepkg -g' |
7 | 13 build() { |
14 cd "$srcdir/$pkgname-$pkgver-$pkgrel" | |
15 make -f Makefile.aur | |
16 } | |
17 | |
18 package() { | |
19 cd "$srcdir/$pkgname-$pkgver-$pkgrel" | |
8
923377f8ebcb
immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents:
7
diff
changeset
|
20 make -f Makefile.aur DESTDIR="${pkgdir}" install |
7 | 21 } |