blob: e5c642b0ec1bac0b2cb7e379e1eff86aff30418f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = ndn-cpp-git
pkgdesc = A new implementation of a Named Data Networking client library written in C++ and C. It is wire format compatible with the NDN-TLV encoding.
pkgver = v0.17.r66.g6d789adb
pkgrel = 2
url = https://github.com/named-data/ndn-cpp
arch = i686
arch = x86_64
license = GPL
makedepends = git
makedepends = python
depends = boost
depends = sqlite
depends = openssl>=1.0.2
provides = ndn-cpp
conflicts = ndn-cpp
source = git+https://github.com/named-data/ndn-cpp.git
sha256sums = SKIP
pkgname = ndn-cpp-git
|