Merge pull request #26 from radare/master
use 0.5 tag release for sdb package
This commit is contained in:
commit
177a15e728
1 changed files with 7 additions and 11 deletions
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'sdb'
|
||||
pkgname=sdb
|
||||
version="$(date -u +%Y%m%d)"
|
||||
version=0.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A Simple database"
|
||||
maintainer="pancake <pancake@youterm.com>"
|
||||
license="GPL-3"
|
||||
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."
|
||||
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
makedepends="git vala-devel"
|
||||
distfiles="https://github.com/radare/sdb/archive/$pkgname-$version.tar.gz"
|
||||
makedepends="vala-devel"
|
||||
subpackages="sdb-devel"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/radare/sdb.git sdb-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue