mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
pixz: use http instead of git.
This commit is contained in:
parent
97326d4444
commit
a467397fff
1 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@ short_desc="A parallel, indexing version of XZ"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://github.com/vasi/pixz"
|
homepage="https://github.com/vasi/pixz"
|
||||||
|
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
||||||
|
checksum=38bbb3a8b407bcaeadb5473f44acc38c6bf6ecd92171b231d71029a593646c88
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b v${version} git://github.com/vasi/pixz pixz-${version}
|
|
||||||
}
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="-lm $LDFLAGS" ${makejobs}
|
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="-lm $LDFLAGS" ${makejobs}
|
||||||
a2x -f manpage pixz.1.asciidoc
|
a2x -f manpage pixz.1.asciidoc
|
||||||
|
|
Loading…
Add table
Reference in a new issue