From ba1ba23cdd5f1d6e36850a88a79c910622b78b83 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 9 Aug 2018 18:10:19 -0300 Subject: [PATCH] New package: lazygit-0.1.48 resolves void-linux/void-packages#1575 --- srcpkgs/lazygit/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/lazygit/template diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template new file mode 100644 index 00000000000..6a8a55c2f4f --- /dev/null +++ b/srcpkgs/lazygit/template @@ -0,0 +1,17 @@ +# Template file for 'lazygit' +pkgname=lazygit +version=0.1.48 +revision=1 +build_style=go +go_import_path=github.com/jesseduffield/lazygit +hostmakedepends="git" +short_desc="Simple terminal UI for git commands" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/jesseduffield/lazygit" +distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz" +checksum=5d2a1e799681c253b794ab346e4708ee0607fe0138957c90cecc174da6c71767 + +post_install() { + vlicense LICENSE +}