void-packages/srcpkgs/lazygit/template

18 lines
512 B
Bash
Raw Normal View History

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