blob: a7ddc1072fa29523f4321646d35749e5b273b9a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = opendht-git
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
pkgver = 3.0.0.r1.g601758f5
pkgrel = 2
epoch = 1
url = https://github.com/savoirfairelinux/opendht
arch = x86_64
arch = i686
arch = pentium4
arch = armv7h
arch = aarch64
license = GPL3
makedepends = git
makedepends = msgpack-cxx
makedepends = cmake
makedepends = cython
makedepends = python-setuptools
makedepends = cppunit
makedepends = asio
depends = gnutls
depends = nettle
depends = readline
depends = jsoncpp
depends = argon2
depends = fmt
depends = glibc
depends = gcc-libs
optdepends = python: to use the Python bindings
provides = opendht
conflicts = opendht
source = git+https://github.com/savoirfairelinux/opendht
sha256sums = SKIP
pkgname = opendht-git
|