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