From 60a27133b2d265dd13699b4681969fdd3f1fcf5f Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 9 Nov 2020 01:10:56 +0300 Subject: [PATCH] Add sample configuration files --- srcpkgs/vivid/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/vivid/template diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template new file mode 100644 index 00000000000..8dcb31aedfd --- /dev/null +++ b/srcpkgs/vivid/template @@ -0,0 +1,19 @@ +# 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 + + # Sample configuration file + sample theme + vsconf ${wrksrc}/config/filetypes.yml + vinstall ${wrksrc}/themes/snazzy.yml 644 usr/share/examples/vivid/themes +}