18 lines
679 B
Text
18 lines
679 B
Text
# Template file for 'sdb'
|
|
pkgname=sdb
|
|
version=0.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Simple key-value database with JSON support"
|
|
checksum=ed3225e4a6c88cc3c31c80dff6faa74c2a861aa0db1dce37db0e97a6fec595fa
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="LGPL-3"
|
|
homepage="https://github.com/radare/sdb"
|
|
long_desc="
|
|
sdb is a simple key/value database with disk storage. mcsdbd is a memcache
|
|
server with disk storage based on sdb. sdbtypes is a vala library that
|
|
implements several data structures on top of an sdb or memcache instance."
|
|
|
|
distfiles="https://github.com/radare/sdb/archive/$pkgname-$version.tar.gz"
|
|
makedepends="vala-devel"
|
|
subpackages="sdb-devel"
|