summaryrefslogtreecommitdiff
path: root/packages/net-misc
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-07 22:34:21 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-07 22:34:21 +0300
commite05a3ee8e7ae16c803e01bd02314cce66f05f37f (patch)
tree3d2bbe1c2ca6eab058a6e2501a323fba4ae70d55 /packages/net-misc
parent140d2e0b38539ab8bf72cc0ffca1c5282933f93e (diff)
stem, nyx added
Diffstat (limited to 'packages/net-misc')
-rw-r--r--packages/net-misc/nyx/nyx-2.0.4.exheres-05
-rw-r--r--packages/net-misc/nyx/nyx-scm.exheres-05
-rw-r--r--packages/net-misc/nyx/nyx.exlib25
3 files changed, 35 insertions, 0 deletions
diff --git a/packages/net-misc/nyx/nyx-2.0.4.exheres-0 b/packages/net-misc/nyx/nyx-2.0.4.exheres-0
new file mode 100644
index 0000000..ba52abd
--- /dev/null
+++ b/packages/net-misc/nyx/nyx-2.0.4.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require nyx
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-misc/nyx/nyx-scm.exheres-0 b/packages/net-misc/nyx/nyx-scm.exheres-0
new file mode 100644
index 0000000..ba52abd
--- /dev/null
+++ b/packages/net-misc/nyx/nyx-scm.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require nyx
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-misc/nyx/nyx.exlib b/packages/net-misc/nyx/nyx.exlib
new file mode 100644
index 0000000..b4d909a
--- /dev/null
+++ b/packages/net-misc/nyx/nyx.exlib
@@ -0,0 +1,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
+"
+