17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'par2cmdline'
|
|
pkgname=par2cmdline
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="PAR 2.0 compatible file verification and repair tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/BlackIkeEagle/par2cmdline"
|
|
distfiles="https://github.com/BlackIkeEagle/par2cmdline/archive/v${version}.tar.gz"
|
|
checksum=d877b728d6d3af422904644310980e4da9eba6685960950fd1cd8277c7b63bd5
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|