void-packages/srcpkgs/lazygit/template

19 lines
576 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.37.0
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="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
checksum=8545f3cffe110de80c88859cd11b42eaccb71f4c239c5bc2bff841f623438296
post_install() {
vlicense LICENSE
}