void-packages/srcpkgs/lazygit/template
2022-03-03 23:19:15 +01:00

19 lines
575 B
Bash

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