annotate immposiblerush/PKG/PKGBUILD @ 7:bb29f1c89c99

immposiblerush-0.230919-0_PKG
author prymula <prymula76@outlook.com>
date Thu, 01 Feb 2024 21:49:30 +0100
parents
children 923377f8ebcb
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>
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
2 pkgname=immposiblerush
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
3 pkgver=0.230919
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
4 pkgrel=0
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
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."
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
6 arch=('any')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
7 url="prymula.ct8.pl"
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
8 license=('GPL')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
9 depends=('jdk-openjdk')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
10 makedepends=('jdk-openjdk' 'ant')
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
11 source=("$pkgname-$pkgver-$pkgrel.tar.gz::file://$pkgname-$pkgver-$pkgrel.tar.gz")
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
12 sha256sums=('91e85adc7c047132d6e57703c3c1da2f1f3dd4dad5b9bbb4c880133ba38ab7e2') #generate with 'makepkg -g'
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
13 build() {
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
14 cd "$srcdir/$pkgname-$pkgver-$pkgrel"
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
15 make -f Makefile.aur
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
16 }
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
17
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
18 package() {
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
19 cd "$srcdir/$pkgname-$pkgver-$pkgrel"
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
20 make -f Makefile.aur DESTDIR="$pkgdir/" install
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
21 }