17 lines
511 B
Bash
17 lines
511 B
Bash
|
# 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
|
||
|
}
|