mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
32 lines
886 B
Text
32 lines
886 B
Text
pkgbase = opendht
|
|
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
|
|
pkgver = 3.1.9
|
|
pkgrel = 3
|
|
epoch = 1
|
|
url = https://github.com/savoirfairelinux/opendht
|
|
arch = x86_64
|
|
license = GPL3
|
|
checkdepends = cppunit
|
|
makedepends = git
|
|
makedepends = cmake
|
|
makedepends = msgpack-cxx
|
|
makedepends = asio
|
|
makedepends = restinio
|
|
makedepends = cython
|
|
makedepends = python-setuptools
|
|
depends = glibc
|
|
depends = gnutls
|
|
depends = nettle
|
|
depends = readline
|
|
depends = argon2
|
|
depends = jsoncpp
|
|
depends = libjsoncpp.so
|
|
depends = fmt
|
|
depends = http-parser
|
|
depends = openssl
|
|
optdepends = python: to use the Python bindings
|
|
optdepends = msgpack-cxx: linking against opendht
|
|
source = git+https://github.com/savoirfairelinux/opendht#commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
|
|
sha256sums = a62ef74869dde75c52ae3b26d187499be58d293b41aed3730d277793ecb4a420
|
|
|
|
pkgname = opendht
|