void-packages/srcpkgs/pgn-extract/template
2021-01-28 01:42:25 -03:00

27 lines
765 B
Bash

# Template file for 'pgn-extract'
pkgname=pgn-extract
version=21.02
revision=1
wrksrc="pgn-extract"
build_style=gnu-makefile
make_use_env=yes
short_desc="Portable Game Notation (PGN) Manipulator for Chess Games"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
changelog="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/changes.html"
distfiles="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-${version/./-}.tgz"
checksum=311942009042a2b21dfb015caa777bf85f425a3ffe7f43ced50acd6aab99543b
post_extract() {
sed -i '/^CC=/d' Makefile
}
do_check() {
( cd test; ./runtests )
}
do_install() {
vbin pgn-extract
vman pgn-extract.man pgn-extract.1
vdoc help.html
}