hatop-0.7.7.ebuild 626 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 )
  5. PYTHON_REQ_USE="ncurses"
  6. inherit python-r1
  7. DESCRIPTION="interactive ncurses client and real-time monitoring,
  8. statistics displaying tool for the HAProxy"
  9. HOMEPAGE="http://feurix.org/projects/hatop/"
  10. SRC_URI="https://hatop.googlecode.com/files/${P}.tar.gz"
  11. LICENSE="GPL-3"
  12. SLOT="0"
  13. KEYWORDS="~amd64 ~x86"
  14. IUSE=""
  15. DEPEND=""
  16. RDEPEND="${DEPEND}
  17. net-proxy/haproxy"
  18. src_install() {
  19. python_foreach_impl python_doscript bin/hatop
  20. doman man/hatop.1
  21. dodoc CHANGES KEYBINDS README
  22. }