void-packages/srcpkgs/lazygit/template

19 lines
526 B
Bash
Raw Normal View History

# Template file for 'lazygit'
pkgname=lazygit
2018-08-25 12:54:40 +02:00
version=0.1.80
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
hostmakedepends="git"
2018-08-10 22:26:47 +02:00
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"
2018-08-25 12:54:40 +02:00
checksum=a076d4fac93cfd41afcc1c4a5c3b3c55a1315aec452573686b97a47e8885c45f
post_install() {
vlicense LICENSE
}