Mercurial > hg > pub > prymula > com
view immposiblerush/PKG/PKGBUILD @ 25:404e262cd7e7 default tip
png rm
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Mon, 01 Apr 2024 07:18:10 +0200 |
parents | 4dc186728822 |
children |
line wrap: on
line source
# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> pkgname=immposiblerush pkgver=0.230919 pkgrel=2 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." arch=('any') url="prymula.ct8.pl" license=('GPL3') provides=('immposiblerush') depends=('jdk-openjdk') makedepends=('jdk-openjdk' 'ant') source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::file://${pkgname}-${pkgver}-${pkgrel}.tar.gz") sha256sums=('3daa7e160c2a33264496e1cc45378d5a89ed0e67d9149e8f67f91b07596ae7a0') #generate with 'makepkg -g' || sha256sum build() { cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" make -f Makefile.aur } package() { cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" make -f Makefile.aur DESTDIR="${pkgdir}" install }