comparison immposiblerush/PKG/PKGBUILD @ 10:4dc186728822

immposiblerush-0.230919-2
author prymula <prymula76@outlook.com>
date Sun, 04 Feb 2024 23:27:00 +0100
parents cdadbf30a821
children
comparison
equal deleted inserted replaced
9:cdadbf30a821 10:4dc186728822
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
2 2
3 pkgname=immposiblerush 3 pkgname=immposiblerush
4 pkgver=0.230919 4 pkgver=0.230919
5 pkgrel=0 5 pkgrel=2
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 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 arch=('any') 7 arch=('any')
8 url="prymula.ct8.pl" 8 url="prymula.ct8.pl"
9 license=('GPL3') 9 license=('GPL3')
10 provides=('immposiblerush') 10 provides=('immposiblerush')
11 depends=('jdk-openjdk') 11 depends=('jdk-openjdk')
12 makedepends=('jdk-openjdk' 'ant') 12 makedepends=('jdk-openjdk' 'ant')
13 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")
14 sha256sums=('4035729dde8b7f4c1547558257913391949b8c00c0c87aca5d403adb9c651ddf') #generate with 'makepkg -g' || sha256sum 14 sha256sums=('3daa7e160c2a33264496e1cc45378d5a89ed0e67d9149e8f67f91b07596ae7a0') #generate with 'makepkg -g' || sha256sum
15 build() { 15 build() {
16 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" 16 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
17 make -f Makefile.aur 17 make -f Makefile.aur
18 } 18 }
19 19