vp-build/srcpkgs/par2cmdline/template

18 lines
527 B
Bash

# Template file for 'par2cmdline'
pkgname=par2cmdline
version=0.7.4
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=ea260fa804bb20514123dea06a0ad4066260cd5c76db087715468ca7e2d49c47
pre_configure() {
autoreconf -fi
}