New package: duf-0.3.1.

This commit is contained in:
Paper 2020-09-30 17:24:35 +00:00 committed by Leah Neukirchen
parent e6961d7a7d
commit 133ce991d8

16
srcpkgs/duf/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'duf'
pkgname=duf
version=0.3.1
revision=1
build_style=go
go_import_path="github.com/muesli/duf"
short_desc="Disk Usage/Free Utility"
maintainer="Paper <paper@tilde.institute>"
license="MIT"
homepage="https://github.com/muesli/duf/"
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
checksum=98b5cdc4a7b3c5eddc0ec397c65860110b446e85cc4f3cfe3e32f31ce524e90d
post_install() {
vlicense LICENSE
}