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