19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'lazygit'
|
|
pkgname=lazygit
|
|
version=0.28.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/jesseduffield/lazygit
|
|
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
|
|
hostmakedepends="git"
|
|
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=4925089bff0fee55ccc495fdcc2d396e48e04d16ad8d6681b6cce7b10eefa2b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|