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 +}