void-packages/srcpkgs/lazygit/template
2019-01-19 05:49:54 -02:00

18 lines
523 B
Bash

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