22 lines
508 B
Bash
22 lines
508 B
Bash
# Template file for 'pmars'
|
|
pkgname=pmars
|
|
version=0.9.4
|
|
revision=1
|
|
makedepends="libX11-devel"
|
|
short_desc="Reference implementation of Corewar game"
|
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.koth.org/pmars/"
|
|
distfiles="http://www.koth.org/pmars/pmars-${version}.zip"
|
|
checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
|
|
|
|
do_build() {
|
|
make -C src CC="${CC}"
|
|
}
|
|
|
|
do_install() {
|
|
vbin src/pmars
|
|
vman doc/pmars.6
|
|
vdoc config/pmars.mac
|
|
}
|