dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / sys-fs / ncdu / ncdu-1.14.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="7"
5
6 DESCRIPTION="NCurses Disk Usage"
7 HOMEPAGE="https://dev.yorhel.nl/ncdu/"
8 SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
13
14 RDEPEND="
15         sys-libs/ncurses:0=[unicode]
16 "
17 DEPEND="
18         ${RDEPEND}
19         virtual/pkgconfig
20 "