New package: pgn-extract-17.55

Closes #12736.
This commit is contained in:
Leah Neukirchen 2018-03-21 13:58:58 +01:00
parent 5dabd4ad32
commit 08bc4a7212

View file

@ -0,0 +1,21 @@
# Template file for 'pgn-extract'
pkgname=pgn-extract
version=17.55
revision=1
wrksrc="${pkgname}"
build_style=gnu-makefile
make_use_env=yes
short_desc="Portable Game Notation (PGN) Manipulator for Chess Games"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
license="GPL-3"
distfiles="ftp://ftp.cs.kent.ac.uk/pub/djb/pgn-extract/${pkgname}.tgz"
checksum=5413393ec989bdb6b3e042437cc6efd076ef4cd4758def0d0cf05eac9e5de34d
post_extract() {
sed -i '/^CC=/d' Makefile
}
do_install() {
vbin pgn-extract
vdoc help.html
}