18 lines
448 B
Bash
18 lines
448 B
Bash
# Template file for 'pigz'
|
|
pkgname=pigz
|
|
version=2.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_check_target=test
|
|
makedepends="zlib-devel"
|
|
short_desc="Parallel implementation of gzip"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Zlib"
|
|
homepage="https://zlib.net/pigz/"
|
|
distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
|
|
checksum=2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d
|
|
|
|
do_install() {
|
|
vbin pigz
|
|
vman pigz.1
|
|
}
|