Mercurial > hg > pub > prymula > com
annotate immposiblerush/PKG/PKGBUILD @ 20:b637ac9c6605
lamertetris - PKGBUILD corrections
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sun, 31 Mar 2024 16:21:08 +0200 |
parents | 4dc186728822 |
children |
rev | line source |
---|---|
7 | 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> |
9 | 2 |
7 | 3 pkgname=immposiblerush |
4 pkgver=0.230919 | |
10 | 5 pkgrel=2 |
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") |
10 | 14 sha256sums=('3daa7e160c2a33264496e1cc45378d5a89ed0e67d9149e8f67f91b07596ae7a0') #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 } |