aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lmdbxx/APKBUILD
blob: 4c5294647b54e1f3fe34b1f0f6b399d0c9a5f0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=lmdbxx
pkgver=0.9.14.0
pkgrel=1
pkgdesc="C++11 wrapper for the LMDB database library"
url="http://lmdbxx.sourceforge.net"
arch="noarch"
license="Unlicense"
makedepends="doxygen"
# docs are available but require pandoc to be built which isn't packaged for Alpine
source="$pkgname-$pkgver.tar.gz::https://github.com/drycpp/lmdbxx/archive/$pkgver.tar.gz"
options="!check"

package() {
	 make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="7c1ee0378edeb658df8bd5efc09533db677bd3503d9fa37513ad6fda24f1fa1c6805e1902c5ae030b6612bc1c520be9711f02bce7b59b636fdace27c0374bce5  lmdbxx-0.9.14.0.tar.gz"