mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
34 lines
946 B
Text
34 lines
946 B
Text
pkgbase = opendht
|
|
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
|
|
pkgver = 3.2.0
|
|
pkgrel = 1
|
|
epoch = 1
|
|
url = https://github.com/savoirfairelinux/opendht
|
|
arch = x86_64
|
|
license = GPL3
|
|
checkdepends = cppunit
|
|
makedepends = git
|
|
makedepends = cmake
|
|
makedepends = msgpack-cxx
|
|
makedepends = restinio
|
|
makedepends = asio
|
|
makedepends = cython
|
|
makedepends = python-setuptools
|
|
depends = glibc
|
|
depends = gnutls
|
|
depends = nettle
|
|
depends = readline
|
|
depends = argon2
|
|
depends = jsoncpp
|
|
depends = libjsoncpp.so
|
|
depends = fmt
|
|
depends = openssl
|
|
depends = llhttp
|
|
optdepends = python: to use the Python bindings
|
|
optdepends = msgpack-cxx: linking against opendht
|
|
source = git+https://github.com/savoirfairelinux/opendht#tag=v3.2.0
|
|
source = llhttp.patch
|
|
sha256sums = 12f71503ba7253ca5545676ffed7a6fea9497e0227c9e2112d1901b7c8a63412
|
|
sha256sums = 0f0b394656f719508ea83dd3ea87b08245fa1413a91e50a144dede20b2e3ca22
|
|
|
|
pkgname = opendht
|