pmars: update to 0.9.4

This commit is contained in:
Robert Lowry 2024-10-20 15:03:30 -05:00 committed by classabbyamp
parent df436e54b2
commit 5ea827d3db

View file

@ -1,14 +1,14 @@
# Template file for 'pmars'
pkgname=pmars
version=0.9.2
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="https://sourceforge.net/projects/corewar/"
distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
homepage="https://corewar.co.uk/pmars.htm"
distfiles="https://corewar.co.uk/pmars/pmars-${version}.zip"
checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
do_build() {
make -C src CC="${CC}"
@ -17,4 +17,5 @@ do_build() {
do_install() {
vbin src/pmars
vman doc/pmars.6
vdoc config/pmars.mac
}