void-packages/srcpkgs/lazygit/template
2018-08-19 08:42:29 -03:00

18 lines
526 B
Bash

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