mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: duf-0.3.1.
This commit is contained in:
parent
e6961d7a7d
commit
133ce991d8
1 changed files with 16 additions and 0 deletions
16
srcpkgs/duf/template
Normal file
16
srcpkgs/duf/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue