summaryrefslogtreecommitdiff
path: root/packages/net-misc/nyx/nyx.exlib
blob: b4d909a4b2ccd17464f1733c219ec541c7018edd (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
# Distributed under the terms of the GNU General Public License v2

SUMMARY="A ncurses-based status monitor for Tor relays"
HOMEPAGE="https://nyx.torproject.org"
LICENCES="GPL-3"
SLOT="0"


require setup-py [ import='distutils' ]


if ever is_scm ; then
    SCM_REPOSITORY="https://git.torproject.org/nyx.git"
    require scm-git
else
    require pypi
fi


DEPENDENCIES="
    build+run:
        net-libs/stem
        net-misc/tor
"