void-packages/srcpkgs/lazygit/template
2020-11-07 00:07:44 +01:00

19 lines
529 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.23.7
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 <ndowens@artixlinux.org>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=0a5284d4ed513cd3094e1e4871da8b99c7b1d8b04a8aaaf4dc77bb932f630f1c
post_install() {
vlicense LICENSE
}