sys-fs/btdu-bin - 0.6.0 (thegreatmcpain)

Search

Package Information

Description:
sampling disk usage profiler for btrfs (binary)
Homepage:
https://github.com/CyberShadow/btdu
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 -* ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="sampling disk usage profiler for btrfs (binary)"
HOMEPAGE="https://github.com/CyberShadow/btdu"
SRC_URI="
amd64? ( https://github.com/CyberShadow/btdu/releases/download/v${PV}/btdu-static-x86_64 -> ${P}.amd64.bin )
arm64? ( https://github.com/CyberShadow/btdu/releases/download/v${PV}/btdu-glibc-aarch64 -> ${P}.aarch64.bin )
"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"

src_unpack() {
	mkdir "${S}"
	cp "${DISTDIR}/${A}" "${S}/${PN/-bin/}"
}

src_install() {
	dobin "${PN/-bin/}"
}

Manifest for 0.6.0

Type File Size Source URLs
DIST btdu-bin-0.6.0.aarch64.bin 1781520 bytes https://github.com/CyberShadow/btdu/releases/download/v0.6.0/btdu-glibc-aarch64
DIST btdu-bin-0.6.0.amd64.bin 2706056 bytes https://github.com/CyberShadow/btdu/releases/download/v0.6.0/btdu-static-x86_64