void-packages/srcpkgs/lazygit/template
2021-05-26 00:50:43 -03:00

20 lines
599 B
Bash

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