15 lines
510 B
Bash
15 lines
510 B
Bash
# Template file for 'lmdb++'
|
|
pkgname=lmdb++
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="lmdb-devel"
|
|
short_desc="C++11 wrapper for the LMDB database library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|