🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: sparsehash
pkgver: '2.0.4'
pkgrel: '2'
pkgdesc: Contains several hash-map implementations, including for optimize space and speed
url: 'http://code.google.com/p/sparsehash'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/sparsehash/sparsehash/archive/sparsehash-${pkgver}.tar.gz'
sha256sums:
- 8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58
build: |
# Archiwum z GitHub (repo+tag) rozpakowuje się jako sparsehash-sparsehash-2.0.4,
# a glob ${pkgname}* łapie też alias ${pkgname} -> wiele argumentów cd.
cd sparsehash-sparsehash-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true