void-packages/srcpkgs/lazygit/template
2019-11-14 19:11:04 +01:00

18 lines
526 B
Bash

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