void-packages/srcpkgs/lazygit/template

19 lines
526 B
Bash
Raw Normal View History

# Template file for 'lazygit'
pkgname=lazygit
2018-08-16 22:58:15 +00:00
version=0.1.61
2018-08-11 21:48:19 +00:00
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
hostmakedepends="git"
2018-08-10 20:26:47 +00:00
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"
2018-08-16 22:58:15 +00:00
checksum=c2d6f78b071405cd6713e1dc52a6e68edde2693ec631cb204807f352a635c8bc
post_install() {
vlicense LICENSE
}