pixz: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-29 11:51:30 +01:00 committed by maxice8
parent be4632f427
commit 7c33eaef9c
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,14 +1,14 @@
# Template file for 'pixz'
pkgname=pixz
version=1.0.6
revision=1
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="2-clause-BSD"
license="BSD-2-Clause"
homepage="https://github.com/vasi/pixz"
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
@ -16,3 +16,7 @@ checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense LICENSE
}