Skip to content

Commit

Permalink
pigz: fix tests, add missing executable
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut committed Aug 15, 2022
1 parent cd2dad8 commit 7aa76ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion srcpkgs/pigz/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Template file for 'pigz'
pkgname=pigz
version=2.7
revision=1
revision=2
build_style=gnu-makefile
make_check_target=test
makedepends="zlib-devel"
checkdepends="which"
short_desc="Parallel implementation of gzip"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Zlib"
Expand All @@ -15,4 +16,5 @@ checksum=b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707
do_install() {
vbin pigz
vman pigz.1
ln -sf pigz "${DESTDIR}/usr/bin/unpigz"
}

0 comments on commit 7aa76ab

Please sign in to comment.