void-packages/srcpkgs/lazygit/template

19 lines
526 B
Bash

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