Use release instead of git repo for sdb

This commit is contained in:
pancake 2012-12-21 11:25:20 +01:00
parent 451cadc043
commit 6205a79d12

View file

@ -1,22 +1,18 @@
# Template file for 'sdb' # Template file for 'sdb'
pkgname=sdb pkgname=sdb
version="$(date -u +%Y%m%d)" version=0.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="A Simple database" short_desc="Simple key-value database with JSON support"
maintainer="pancake <pancake@youterm.com>" checksum=ed3225e4a6c88cc3c31c80dff6faa74c2a861aa0db1dce37db0e97a6fec595fa
license="GPL-3" maintainer="pancake <pancake@nopcode.org>"
license="LGPL-3"
homepage="https://github.com/radare/sdb" homepage="https://github.com/radare/sdb"
long_desc=" long_desc="
sdb is a simple key/value database with disk storage. mcsdbd is a memcache 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 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." implements several data structures on top of an sdb or memcache instance."
nofetch=yes distfiles="https://github.com/radare/sdb/archive/$pkgname-$version.tar.gz"
noextract=yes makedepends="vala-devel"
makedepends="git vala-devel"
subpackages="sdb-devel" subpackages="sdb-devel"
do_fetch() {
git clone git://github.com/radare/sdb.git sdb-${version}
}