void-packages/srcpkgs/lazygit/template
Mate GABRI dd3802e132 lazygit: update to 0.22.1
Closes: #24585 [via git-merge-pr]
2020-09-02 10:27:53 -04:00

18 lines
526 B
Bash

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