# Template file for 'triehash'
pkgname=triehash
version=0.3
revision=2
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
}
