From fbdb44abc6e7793ffc1f8d51853fd4c54a2b1e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 15 Jun 2020 23:34:02 +0200 Subject: [PATCH] New package: gitui-0.7.0 --- srcpkgs/gitui/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/gitui/template diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template new file mode 100644 index 00000000000..45af318d7f9 --- /dev/null +++ b/srcpkgs/gitui/template @@ -0,0 +1,15 @@ +# Template file for 'gitui' +pkgname=gitui +version=0.7.0 +revision=1 +build_style=cargo +short_desc="Blazing fast terminal-ui for git" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/extrawurst/gitui" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=3491730ddbbc886940f20e6cf419c689de3e196f678127807ef69c4de479742e + +post_install() { + vlicense LICENSE.md +}