void-packages/srcpkgs/lazygit/template
2020-05-09 22:01:48 +02:00

18 lines
526 B
Bash

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