mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: hashdeep-4.4
This commit is contained in:
parent
9d9bf667b5
commit
ef4eeb978f
1 changed files with 16 additions and 0 deletions
16
srcpkgs/hashdeep/template
Normal file
16
srcpkgs/hashdeep/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue