New package: triehash-0.3
This commit is contained in:
parent
7e8a52b6e2
commit
fae7a77d68
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue