contrib/cutemaze/Pkgfile

17 lines
333 B
Plaintext
Raw Normal View History

2014-09-28 09:42:59 +02:00
# Description: Top-down maze game.
2018-10-01 13:39:19 +02:00
# URL: https://gottcode.org/cutemaze
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2014-09-28 09:42:59 +02:00
# Depends on: qt5
name=cutemaze
2020-04-25 10:28:33 +02:00
version=1.2.6
2014-09-28 09:42:59 +02:00
release=1
2018-10-01 13:39:19 +02:00
source=(https://gottcode.org/$name/$name-$version-src.tar.bz2)
2014-09-28 09:42:59 +02:00
build() {
cd $name-$version
2020-04-25 10:28:33 +02:00
qmake PREFIX=/usr
2014-09-28 09:42:59 +02:00
make
make INSTALL_ROOT=$PKG install
}