void-packages/srcpkgs/lazygit/template
2022-01-20 02:23:16 +01:00

18 lines
577 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.32.2
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
depends="git"
short_desc="Simple terminal UI for git commands"
maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=44a735c4ee78838dc918e82bd5070b154600cd24992259fd698f2116a797012b
post_install() {
vlicense LICENSE
}