mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pigz: fix tests, add missing executable, adopt
This commit is contained in:
parent
d5439b7615
commit
5d783de116
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'pigz'
|
# Template file for 'pigz'
|
||||||
pkgname=pigz
|
pkgname=pigz
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
checkdepends="which"
|
||||||
short_desc="Parallel implementation of gzip"
|
short_desc="Parallel implementation of gzip"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="https://zlib.net/pigz/"
|
homepage="https://zlib.net/pigz/"
|
||||||
distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
|
distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||||
|
@ -15,4 +16,5 @@ checksum=b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pigz
|
vbin pigz
|
||||||
vman pigz.1
|
vman pigz.1
|
||||||
|
ln -s pigz "${DESTDIR}/usr/bin/unpigz"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue