16 lines
509 B
Bash
16 lines
509 B
Bash
# Template file for 'hashdeep'
|
|
pkgname=hashdeep
|
|
version=4.4
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Compute, compare, or audit multiple message digests"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="LGPL-2.1-or-later, 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
|
|
}
|