sys-apps/duf - 0.8.1 (ryans)

Search

Package Information

Description:
Disk Usage/Free Utility - a better 'df' alternative
Homepage:
https://github.com/muesli/duf
License:
Apache-2.0 BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.8.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go

DESCRIPTION="Disk Usage/Free Utility - a better 'df' alternative"
HOMEPAGE="https://github.com/muesli/duf"

SRC_URI="https://github.com/muesli/duf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	${GO_SUM_LIST_SRC_URI}"

LICENSE="Apache-2.0 BSD MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=">=dev-lang/go-1.15:="

GO_LDFLAGS="-X main.Version=v${PV}"

src_install() {
	go_src_install
	doman duf.1
}

Dependencies

BDEPEND

>=dev-lang/go-1.15:=

Manifest for 0.8.1

Type File Size Source URLs
DIST duf-0.8.1.tar.gz 138214 bytes https://github.com/muesli/duf/archive/refs/tags/v0.8.1.tar.gz