1 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
6 pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
8 url="https://github.com/sparsehash/sparsehash"
11 source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
12 sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')
15 cd "$srcdir"/sparsehash-sparsehash-$pkgver
16 ./configure --prefix=/usr
21 cd "$srcdir"/sparsehash-sparsehash-$pkgver
22 make DESTDIR="$pkgdir/" install
23 install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING