From e278c519a52bc78abad57a0ed52956734bcbd668 Mon Sep 17 00:00:00 2001 From: travankor Date: Sat, 3 Nov 2018 01:47:59 -0700 Subject: [PATCH] New package: diskus-0.3.1. --- srcpkgs/diskus/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/diskus/template diff --git a/srcpkgs/diskus/template b/srcpkgs/diskus/template new file mode 100644 index 00000000000..2ffe17d3900 --- /dev/null +++ b/srcpkgs/diskus/template @@ -0,0 +1,15 @@ +# Template file for 'diskus' +pkgname=diskus +version=0.3.1 +revision=1 +build_style=cargo +short_desc="A minimal, fast alternative to du -sh" +maintainer="travankor " +license="Apache-2.0, MIT" +homepage="https://github.com/sharkdp/diskus" +distfiles="https://github.com/sharkdp/diskus/archive/v${version}.tar.gz" +checksum=761b25ff408618c5a9b0325615ee304f76233f73e42461a7d82b20a464401ef4 + +post_install() { + vlicense LICENSE-MIT +}