void-packages/srcpkgs/lazygit/template
Gadzhi Kharkharov 5c75c53677 lazygit: update to 0.23.6
Closes: #25752 [via git-merge-pr]
2020-10-20 13:03:32 -04:00

18 lines
526 B
Bash

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