annotate immposiblerush/PKG/PKGBUILD @ 13:fa0307eb70b7

immposiblerush-typo correction
author prymula <prymula76@outlook.com>
date Fri, 09 Feb 2024 16:40:54 +0100
parents 4dc186728822
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
2
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
3 pkgname=immposiblerush
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
4 pkgver=0.230919
10
4dc186728822 immposiblerush-0.230919-2
prymula <prymula76@outlook.com>
parents: 9
diff changeset
5 pkgrel=2
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
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
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
7 arch=('any')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
8 url="prymula.ct8.pl"
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
9 license=('GPL3')
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
10 provides=('immposiblerush')
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
11 depends=('jdk-openjdk')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
12 makedepends=('jdk-openjdk' 'ant')
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
13 source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::file://${pkgname}-${pkgver}-${pkgrel}.tar.gz")
10
4dc186728822 immposiblerush-0.230919-2
prymula <prymula76@outlook.com>
parents: 9
diff changeset
14 sha256sums=('3daa7e160c2a33264496e1cc45378d5a89ed0e67d9149e8f67f91b07596ae7a0') #generate with 'makepkg -g' || sha256sum
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
15 build() {
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
16 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
17 make -f Makefile.aur
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
18 }
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
19
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
20 package() {
9
cdadbf30a821 arkanoid-0.7-1_PKG
prymula <prymula76@outlook.com>
parents: 8
diff changeset
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
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
23 }