void-packages/srcpkgs/lazygit/template
2018-08-12 20:41:49 -03:00

18 lines
526 B
Bash

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