diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template new file mode 100644 index 0000000000..6a8a55c2f4 --- /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 +}