vp-build/srcpkgs/lazygit/template

19 lines
526 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.11.3
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
hostmakedepends="git"
depends="git"
short_desc="Simple terminal UI for git commands"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=b3c503de6b34fd4284fd70655e7f42feafc07f090e7f7cc00db261f56c583c46
post_install() {
vlicense LICENSE
}