mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sdb: use git repo for sources.
This commit is contained in:
parent
dd6d0f39e8
commit
e1a11d2901
1 changed files with 6 additions and 3 deletions
|
@ -6,18 +6,21 @@ short_desc="Simple key-value database with JSON support"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="https://github.com/radare/sdb"
|
homepage="https://github.com/radare/sdb"
|
||||||
distfiles="https://github.com/radare/sdb/archive/${version}.tar.gz"
|
|
||||||
checksum=ba283a42af4e6ab679ee445bba62cf8620ca28315ca11678926a9229625be1f0
|
|
||||||
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."
|
||||||
|
|
||||||
create_srcdir=yes
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel vala-devel"
|
makedepends="libglib-devel vala-devel"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b ${version} git://github.com/radare/sdb.git sdb-${version}
|
||||||
|
}
|
||||||
|
|
||||||
sdb-devel_package() {
|
sdb-devel_package() {
|
||||||
depends="sdb>=${version}"
|
depends="sdb>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue