ncdu-1.12.ebuild 430 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="NCurses Disk Usage"
  5. HOMEPAGE="http://dev.yorhel.nl/ncdu/"
  6. SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
  10. RDEPEND="
  11. sys-libs/ncurses:0=[unicode]
  12. "
  13. DEPEND="
  14. ${RDEPEND}
  15. virtual/pkgconfig
  16. "