diff --git a/srcpkgs/diskonaut/template b/srcpkgs/diskonaut/template new file mode 100644 index 00000000000..e0dac0cbc65 --- /dev/null +++ b/srcpkgs/diskonaut/template @@ -0,0 +1,15 @@ +# Template file for 'diskonaut' +pkgname=diskonaut +version=0.9.0 +revision=1 +build_style=cargo +short_desc="TUI disk space navigator written in rust" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/imsnif/diskonaut" +distfiles="https://github.com/imsnif/diskonaut/archive/${version}.tar.gz" +checksum=93564a195a62796f95eacc154ad10df8f1050c8a0b2e2e22a0612228c930c1f5 + +post_install() { + vlicense LICENSE +}