2023-11-04 00:03:26 +00:00
|
|
|
pkgbase = opendht
|
|
|
|
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
|
2024-09-15 10:28:43 +00:00
|
|
|
pkgver = 3.2.0
|
|
|
|
pkgrel = 1
|
2023-11-04 00:03:26 +00:00
|
|
|
epoch = 1
|
|
|
|
url = https://github.com/savoirfairelinux/opendht
|
|
|
|
arch = x86_64
|
|
|
|
license = GPL3
|
|
|
|
checkdepends = cppunit
|
|
|
|
makedepends = git
|
|
|
|
makedepends = cmake
|
|
|
|
makedepends = msgpack-cxx
|
|
|
|
makedepends = restinio
|
2024-09-15 10:28:43 +00:00
|
|
|
makedepends = asio
|
2024-05-24 17:00:14 +00:00
|
|
|
makedepends = cython
|
2023-11-04 00:03:26 +00:00
|
|
|
makedepends = python-setuptools
|
|
|
|
depends = glibc
|
|
|
|
depends = gnutls
|
|
|
|
depends = nettle
|
|
|
|
depends = readline
|
|
|
|
depends = argon2
|
|
|
|
depends = jsoncpp
|
|
|
|
depends = libjsoncpp.so
|
|
|
|
depends = fmt
|
|
|
|
depends = openssl
|
2024-09-15 10:28:43 +00:00
|
|
|
depends = llhttp
|
2023-11-04 00:03:26 +00:00
|
|
|
optdepends = python: to use the Python bindings
|
|
|
|
optdepends = msgpack-cxx: linking against opendht
|
2024-09-15 10:28:43 +00:00
|
|
|
source = git+https://github.com/savoirfairelinux/opendht#tag=v3.2.0
|
|
|
|
source = llhttp.patch
|
|
|
|
sha256sums = 12f71503ba7253ca5545676ffed7a6fea9497e0227c9e2112d1901b7c8a63412
|
|
|
|
sha256sums = 0f0b394656f719508ea83dd3ea87b08245fa1413a91e50a144dede20b2e3ca22
|
2023-11-04 00:03:26 +00:00
|
|
|
|
|
|
|
pkgname = opendht
|