16 lines
542 B
Bash
16 lines
542 B
Bash
# Template file for 'lmdb++'
|
|
pkgname=lmdb++
|
|
version=1.0.0
|
|
revision=1
|
|
wrksrc="lmdbxx-${version}"
|
|
build_style=gnu-makefile
|
|
depends="lmdb-devel"
|
|
short_desc="C++11 wrapper for the LMDB database library"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/hoytech/lmdbxx/"
|
|
distfiles="https://github.com/hoytech/lmdbxx/archive/${version}.tar.gz"
|
|
checksum=5e12eb3aefe9050068af7df2c663edabc977ef34c9e7ba7b9d2c43e0ad47d8df
|
|
# Check links against libsanitizer, not available on all platforms
|
|
make_check=no
|