void-packages/srcpkgs/lazygit/template

19 lines
575 B
Bash

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