New package: hashdeep-4.4

This commit is contained in:
Christian Neukirchen 2016-03-07 15:48:59 +01:00
parent 9d9bf667b5
commit ef4eeb978f
1 changed files with 16 additions and 0 deletions

16
srcpkgs/hashdeep/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'hashdeep'
pkgname=hashdeep
version=4.4
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Compute, compare, or audit multiple message digests"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2, Public Domain"
homepage="https://github.com/jessek/hashdeep"
distfiles="https://github.com/jessek/${pkgname}/archive/v${version}.tar.gz"
checksum=ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f
post_extract() {
autoreconf -fi
}