void-packages/srcpkgs/par2cmdline/template
2017-05-22 14:21:35 +02:00

16 lines
509 B
Bash

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