From 4c2cbf5eef4fe911f7fd750dec8a6094aa3f52db Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Fri, 19 Feb 2021 21:11:35 +0300 Subject: [PATCH] New package: csview-0.3.7 --- srcpkgs/csview/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/csview/template diff --git a/srcpkgs/csview/template b/srcpkgs/csview/template new file mode 100644 index 000000000000..106e609608d3 --- /dev/null +++ b/srcpkgs/csview/template @@ -0,0 +1,19 @@ +# Template file for 'csview' +pkgname=csview +version=0.3.7 +revision=1 +build_style=cargo +short_desc="High performance csv viewer with cjk/emoji support" +maintainer="FollieHiyuki " +license="Apache-2.0, MIT" +homepage="https://github.com/wfxr/csview" +distfiles="https://github.com/wfxr/csview/archive/v${version}.tar.gz" +checksum=fbbe4dd7fded3d5b8d4f4d3c8909ba98430b4c5d0910858bc484a016091755a1 + +post_install() { + vlicense LICENSE-MIT + + vcompletion completions/bash/csview.bash bash csview + vcompletion completions/zsh/_csview zsh csview + vcompletion completions/fish/csview.fish fish csview +}