void-packages/srcpkgs/lazygit/template
2019-10-03 09:04:33 +02:00

18 lines
522 B
Bash

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