19 lines
455 B
Text
19 lines
455 B
Text
|
# 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
|
||
|
}
|