void-packages/srcpkgs/lazygit/template

20 lines
638 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.43.1
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"
changelog="https://github.com/jesseduffield/lazygit/releases"
distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
checksum=a9dad9e5bc9edb1111b3331d1ccb25f97f2593f51b1557a36c1765df08cb3006
post_install() {
vlicense LICENSE
}