Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37877063
en ru br
ALT Linux repos
S:0.8.1-alt1

Group :: File tools
RPM: duf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: duf
Version: 0.8.1
Release: alt1

Summary: Disk Usage/Free Utility - a better 'df' alternative

License: MIT and BSD
Group: File tools
Url: https://github.com/muesli/duf

# Source-url: https://github.com/muesli/duf/archive/refs/tags/v%version.tar.gz

Source: %name-%version.tar

# auto predownloaded modules during update version with rpmgs from etersoft-build-utils

Source1: %name-development-%version.tar

BuildRequires: rpm-build-golang

%description
Disk Usage/Free Utility - a better 'df' alternative.

%prep
%setup -a1
chmod u+w -R *

%build
export GOPATH=$(pwd)/vendor
go build

%install
install -m 0755 -D duf %buildroot%_bindir/duf
install -m 0644 -D duf.1 %buildroot%_man1dir/duf.1

%files
%doc LICENSE README.md
%_bindir/duf
%_man1dir/duf.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin