void-packages/srcpkgs/lazygit/template
Nathan Owens 91cfff02fe lazygit: update 0.11.2
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-23 19:47:16 +01:00

18 lines
526 B
Bash

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