16 lines
510 B
Bash
16 lines
510 B
Bash
# Template file for 'par2cmdline'
|
|
pkgname=par2cmdline
|
|
version=0.6.14
|
|
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=2fd831ba924d9f0ecd9242ca45551b6995ede1ed281af79aa30e7490d5596e7a
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|