From f1909201b7a28d73350cfb92f408e357c5d66f53 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 9 Nov 2020 01:10:56 +0300 Subject: [PATCH] New package: vivid-0.6.0 --- srcpkgs/vivid/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/vivid/template diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template new file mode 100644 index 00000000000..30f9457fd09 --- /dev/null +++ b/srcpkgs/vivid/template @@ -0,0 +1,15 @@ +# Template file for 'vivid' +pkgname=vivid +version=0.6.0 +revision=1 +build_style=cargo +short_desc="LS_COLORS with support for multiple color themes" +maintainer="FollieHiyuki " +license="Apache-2.0, MIT" +homepage="https://github.com/sharkdp/vivid" +distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz" +checksum=c8640f524aef1cd4dc15286bdc6189894ad067ea79bf8c40b9ca8d9d752d161f + +post_install() { + vlicense LICENSE-MIT +}