void-packages/srcpkgs/lazygit/template
Daniel Lewan 9fe9eb4da3 lazygit: update to 0.23.1.
Closes: #25514 [via git-merge-pr]
2020-10-14 10:47:42 -04:00

18 lines
526 B
Bash

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