diff --git a/srcpkgs/duf/template b/srcpkgs/duf/template new file mode 100644 index 00000000000..73b01421802 --- /dev/null +++ b/srcpkgs/duf/template @@ -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 " +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 +}