18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'lazygit'
|
|
pkgname=lazygit
|
|
version=0.14.4
|
|
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=43008dd4ef764ed1f6a5c62a03a541fdf257338a8f4df13cb8dc51ea8e31ca3d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|