void-packages/srcpkgs/par2cmdline/template

17 lines
510 B
Bash

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