22 lines
615 B
Bash
22 lines
615 B
Bash
# Template file for 'pixz'
|
|
pkgname=pixz
|
|
version=1.0.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_file_src_pixz_1=no"
|
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
|
makedepends="liblzma-devel libarchive-devel"
|
|
short_desc="A parallel, indexing version of XZ"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/vasi/pixz"
|
|
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
|
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|