18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'lazygit'
|
|
pkgname=lazygit
|
|
version=0.14
|
|
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="Nathan Owens <ndowens04@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jesseduffield/lazygit"
|
|
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
|
|
checksum=c63f699361c0cfc281bb8414350a47b74cea910f877785f7f3a63137812e985b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|