From c47c86341bf4854e448fc8f3578cba15bc0623b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 3 Dec 2019 23:03:23 +0100 Subject: [PATCH] New package: viu-0.2.2 --- srcpkgs/viu/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/viu/template diff --git a/srcpkgs/viu/template b/srcpkgs/viu/template new file mode 100644 index 00000000000..48a081bc3bb --- /dev/null +++ b/srcpkgs/viu/template @@ -0,0 +1,15 @@ +# Template file for 'viu' +pkgname=viu +version=0.2.2 +revision=1 +build_style=cargo +short_desc="CLI app to view images in the terminal" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/atanunq/viu" +distfiles="https://github.com/atanunq/viu/archive/v${version}.tar.gz" +checksum=4c7a7c670e7256f4d4fd0b1ca221dfbd4da79d12036af2c8b4fd222fe7287b73 + +post_install() { + vlicense LICENSE-MIT +}