comparison 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
comparison
equal deleted inserted replaced
8:923377f8ebcb 9:cdadbf30a821
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
2
2 pkgname=immposiblerush 3 pkgname=immposiblerush
3 pkgver=0.230919 4 pkgver=0.230919
4 pkgrel=0 5 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 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."
6 arch=('any') 7 arch=('any')
7 url="prymula.ct8.pl" 8 url="prymula.ct8.pl"
8 license=('GPL') 9 license=('GPL3')
10 provides=('immposiblerush')
9 depends=('jdk-openjdk') 11 depends=('jdk-openjdk')
10 makedepends=('jdk-openjdk' 'ant') 12 makedepends=('jdk-openjdk' 'ant')
11 source=("$pkgname-$pkgver-$pkgrel.tar.gz::file://$pkgname-$pkgver-$pkgrel.tar.gz") 13 source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::file://${pkgname}-${pkgver}-${pkgrel}.tar.gz")
12 sha256sums=('3dee0cbe55a1ab66dc7a51c82e314dc8c6809851c3a1027bae5ad6cee6eb25b9') #generate with 'makepkg -g' 14 sha256sums=('4035729dde8b7f4c1547558257913391949b8c00c0c87aca5d403adb9c651ddf') #generate with 'makepkg -g' || sha256sum
13 build() { 15 build() {
14 cd "$srcdir/$pkgname-$pkgver-$pkgrel" 16 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
15 make -f Makefile.aur 17 make -f Makefile.aur
16 } 18 }
17 19
18 package() { 20 package() {
19 cd "$srcdir/$pkgname-$pkgver-$pkgrel" 21 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
20 make -f Makefile.aur DESTDIR="${pkgdir}" install 22 make -f Makefile.aur DESTDIR="${pkgdir}" install
21 } 23 }