void-packages/srcpkgs/lazygit/template
2020-04-17 12:33:09 +00:00

18 lines
524 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.19
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
hostmakedepends="git"
depends="git"
short_desc="Simple terminal UI for git commands"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=6db21f6bd3d39f476cc9b7e8ac309cb2506b20b7c171be65baba7fa39a4df562
post_install() {
vlicense LICENSE
}