23 lines
674 B
Bash
23 lines
674 B
Bash
# Template file for 'pgn-extract'
|
|
pkgname=pgn-extract
|
|
version=18.10
|
|
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.tgz"
|
|
checksum=a52fb4150da7064f8846d8606c1d7548d677ff2fa16571dc030726bb6cfe0d08
|
|
|
|
post_extract() {
|
|
sed -i '/^CC=/d' Makefile
|
|
}
|
|
do_install() {
|
|
vbin pgn-extract
|
|
vdoc help.html
|
|
}
|