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.
gentoo-overlay/sys-fs/ncdu-bin/ncdu-bin-2.1.2.ebuild

24 lines
629 B

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="NCurses Disk Usage"
HOMEPAGE="https://dev.yorhel.nl/ncdu/"
SRC_URI="
amd64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-x86_64.tar.gz )
arm? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-arm.tar.gz )
arm64? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-aarch64.tar.gz )
x86? ( https://dev.yorhel.nl/download/ncdu-${PV}-linux-i386.tar.gz )"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
QA_PREBUILT="usr/bin/ncdu-bin"
src_install() {
newbin ncdu ncdu-bin
}