19 lines
526 B
Bash
19 lines
526 B
Bash
# Template file for 'lazygit'
|
|
pkgname=lazygit
|
|
version=0.12.3
|
|
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=0338c29be43ab1393ed9dfcda20a93c44f40753c26c8e516b6ed7f79f7275ec4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|