void-packages/srcpkgs/lazygit/template
2018-08-28 21:30:47 -03:00

18 lines
525 B
Bash

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