void-packages/srcpkgs/lazygit/template
2018-09-11 00:00:07 -03:00

18 lines
525 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.2.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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=4ed37925d96a31488a914dfb55f78e3fec87b18bca4b3e76daa7d8dfb24492d0
post_install() {
vlicense LICENSE
}