void-packages/srcpkgs/lazygit/template
2019-11-16 23:05:16 +01:00

18 lines
526 B
Bash

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