void-packages/srcpkgs/lazygit/template
2020-07-16 22:24:13 -04:00

18 lines
526 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.20.8
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=35d0c94fe030e3686f7f5ec5017ad92be0d24974a14459fac37f22722566b06d
post_install() {
vlicense LICENSE
}