mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pgn-extract: update to 25.01.
This commit is contained in:
parent
5a730c3424
commit
3ff25c39a0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pgn-extract'
|
# Template file for 'pgn-extract'
|
||||||
pkgname=pgn-extract
|
pkgname=pgn-extract
|
||||||
version=24.11
|
version=25.01
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -10,13 +10,13 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
|
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"
|
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"
|
distfiles="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-${version/./-}.tgz"
|
||||||
checksum=e9a32aca95666fca86e563a2df4843bf6c0f6508d777aad2d7438ad6b88c7ff5
|
checksum=c024a2d64abaedc873bd4e70b19d3ffdbbfa4dd054e6856b4a4262238af10eaa
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/^CC=/d' Makefile
|
sed -i '/^CC=/d' Makefile
|
||||||
}
|
}
|
||||||
do_check() {
|
do_check() {
|
||||||
( cd test; ./runtests )
|
make -C test
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pgn-extract
|
vbin pgn-extract
|
||||||
|
|
Loading…
Add table
Reference in a new issue