void-packages/srcpkgs/lazygit/template
Nathan Owens b688443d05 lazygit: update to 0.11.3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-29 10:31:45 +01:00

18 lines
526 B
Bash

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