You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
880 B

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