mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pmars: update to 0.9.4
This commit is contained in:
parent
df436e54b2
commit
5ea827d3db
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'pmars'
|
# Template file for 'pmars'
|
||||||
pkgname=pmars
|
pkgname=pmars
|
||||||
version=0.9.2
|
version=0.9.4
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Reference implementation of Corewar game"
|
short_desc="Reference implementation of Corewar game"
|
||||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/corewar/"
|
homepage="https://corewar.co.uk/pmars.htm"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://corewar.co.uk/pmars/pmars-${version}.zip"
|
||||||
checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
|
checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C src CC="${CC}"
|
make -C src CC="${CC}"
|
||||||
|
@ -17,4 +17,5 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/pmars
|
vbin src/pmars
|
||||||
vman doc/pmars.6
|
vman doc/pmars.6
|
||||||
|
vdoc config/pmars.mac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue