void-packages/srcpkgs/sparsehash/template

17 lines
539 B
Bash

# Template file for 'sparsehash'
pkgname=sparsehash
version=2.0.3
revision=1
archs=noarch
build_style=gnu-configure
short_desc="Library that contains several hash-map implementations"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD"
homepage="https://github.com/sparsehash/sparsehash"
distfiles="https://github.com/sparsehash/sparsehash/archive/${pkgname}-${version}.tar.gz"
checksum=05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c
wrksrc="${pkgname}-${pkgname}-${version}"
post_install() {
vlicense COPYING
}