New package: pmars-0.9.2
This commit is contained in:
parent
1bb25aa38f
commit
2ba428a973
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pmars/template
Normal file
20
srcpkgs/pmars/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'pmars'
|
||||
pkgname=pmars
|
||||
version=0.9.2
|
||||
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="https://sourceforge.net/projects/corewar/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
|
||||
|
||||
do_build() {
|
||||
make -C src CC="${CC}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin src/pmars
|
||||
vman doc/pmars.6
|
||||
}
|
Loading…
Add table
Reference in a new issue