libmicrohttpd: update to 0.9.77
[feed/packages.git] / admin / nyx / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=nyx
4 PKG_VERSION:=2.1.0
5 PKG_RELEASE:=3
6
7 PYPI_NAME:=nyx
8 PKG_HASH:=88521488d1c9052e457b9e66498a4acfaaa3adf3adc5a199892632f129a5390b
9
10 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
11 PKG_LICENSE:=GPL-3.0-only
12 PKG_LICENSE_FILES:=LICENSE
13
14 include ../../lang/python/pypi.mk
15 include $(INCLUDE_DIR)/package.mk
16 include ../../lang/python/python3-package.mk
17
18 define Package/nyx
19 SECTION:=admin
20 CATEGORY:=Administration
21 URL:=https://nyx.torproject.org/
22 TITLE:=Terminal status monitor for Tor
23 DEPENDS:=+python3 +python3-stem
24 endef
25
26 define Package/nyx/description
27 Nyx is a command-line monitor for Tor. With this you can get detailed real-time
28 information about your relay such as bandwidth usage, connections, logs, and
29 much more.
30 endef
31
32 $(eval $(call Py3Package,nyx))
33 $(eval $(call BuildPackage,nyx))
34 $(eval $(call BuildPackage,nyx-src))