New package: lazygit-0.1.48

resolves void-linux/void-packages#1575
This commit is contained in:
maxice8 2018-08-09 18:10:19 -03:00
parent c23ab68073
commit ba1ba23cdd
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

17
srcpkgs/lazygit/template Normal file
View file

@ -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 <thinkabit.ukim@gmail.com>"
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
}