blob: f8d27947b6203c4954da966a43e1dd6cbe66d33a (
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
|
pkgbase = tor-shadow
pkgdesc = An open-source network simulator/emulator hybrid (e.g. for Tor and Bitcoin)
pkgver = 3.0.0
pkgrel = 1
url = https://shadow.github.io/
arch = any
license = custom
makedepends = gcc
makedepends = cmake>=3.2
makedepends = make
makedepends = cargo
makedepends = pkgconf
makedepends = xz
makedepends = util-linux
depends = glib2>=2.32.0
depends = python>=3.6
optdepends = python-numpy
optdepends = python-lxml
optdepends = python-matplotlib
optdepends = python-networkx
optdepends = python-scipy
optdepends = python-yaml
source = https://github.com/shadow/shadow/archive/v3.0.0.tar.gz
sha256sums = da8962e9eafe0d6005316df8f2b6d238b87840504538d5cde2b83335f9d2664f
pkgname = tor-shadow
|