vp-build/srcpkgs/sparsehash/template

18 lines
536 B
Bash

# Template file for 'sparsehash'
pkgname=sparsehash
version=2.0.3
revision=1
noarch=yes
build_style=gnu-configure
short_desc="Library that contains several hash-map implementations"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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
}