New package: triehash-0.3

This commit is contained in:
mobinmob 2020-03-07 13:59:23 +02:00 committed by Juan RP
parent 7e8a52b6e2
commit fae7a77d68
1 changed files with 19 additions and 0 deletions

19
srcpkgs/triehash/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'triehash'
pkgname=triehash
version=0.3
revision=1
archs=noarch
depends="perl"
short_desc="Generator for order-preserving minimal perfect hash functions"
maintainer="mobinmob <mobinmob@disroot.org>"
license="MIT"
homepage="https://jak-linux.org/projects/triehash/"
distfiles="https://github.com/julian-klode/triehash/archive/v${version}.tar.gz"
checksum=289a0966c02c2008cd263d3913a8e3c84c97b8ded3e08373d63a382c71d2199c
do_install() {
mv triehash.pl triehash
vbin triehash
vlicense LICENSE.md
vdoc README.md
}