26 lines
733 B
Bash
26 lines
733 B
Bash
# Template file for 'pgn-extract'
|
|
pkgname=pgn-extract
|
|
version=25.01
|
|
revision=1
|
|
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=c024a2d64abaedc873bd4e70b19d3ffdbbfa4dd054e6856b4a4262238af10eaa
|
|
|
|
post_extract() {
|
|
sed -i '/^CC=/d' Makefile
|
|
}
|
|
do_check() {
|
|
make -C test
|
|
}
|
|
do_install() {
|
|
vbin pgn-extract
|
|
vman pgn-extract.man pgn-extract.1
|
|
vdoc help.html
|
|
}
|