contrib/curseofwar/Pkgfile
2013-08-19 20:26:13 +02:00

19 lines
447 B
Plaintext

# Description: ncurses based real time strategy game
# URL: https://github.com/a-nikolaev/curseofwar/wiki
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: ncurses
name=curseofwar
version=1.2.0
release=1
source=(https://github.com/a-nikolaev/$name/archive/v$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG \
MANPREFIX=/usr/man \
install
rm -rf $PKG/usr/share
}