16 lines
493 B
Bash
16 lines
493 B
Bash
# Template file for 'sparsehash'
|
|
pkgname=sparsehash
|
|
version=2.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library that contains several hash-map implementations"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/sparsehash/sparsehash"
|
|
distfiles="https://github.com/sparsehash/sparsehash/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|