New package: par2cmdline-0.6.4.
This commit is contained in:
parent
5e4633628e
commit
f967864f2c
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'par2cmdline'
|
||||
pkgname=par2cmdline
|
||||
version=0.6.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
short_desc="PAR 2.0 compatible file verification and repair tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/BlackIkeEagle/par2cmdline"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://github.com/BlackIkeEagle/par2cmdline ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Reference in New Issue