void-packages/srcpkgs/lazygit/template
2018-08-20 21:29:11 -03:00

18 lines
526 B
Bash

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