void-packages/srcpkgs/lazygit/template
2020-03-03 07:54:59 +01:00

18 lines
526 B
Bash

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