blob: aceb015535d202d60d5d342caa2fc71403ec4c08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = libcouchbase
pkgdesc = The C library provides fast access to documents in the latest Couchbase Server
pkgver = 3.0.3
pkgrel = 1
url = https://github.com/couchbase/libcouchbase
install = libcouchbase.install
arch = i686
arch = x86_64
license = Apache
makedepends = cmake
depends = libevent
options = !emptydirs
options = !strip
source = https://github.com/couchbase/libcouchbase/releases/download/3.0.3/libcouchbase-3.0.3.tar.gz
md5sums = 53aebe88e542d6a23b8ac45e1d03b99f
pkgname = libcouchbase
|