2018-08-09 23:10:19 +02:00
|
|
|
# Template file for 'lazygit'
|
|
|
|
pkgname=lazygit
|
2018-08-24 04:24:24 +02:00
|
|
|
version=0.1.79
|
2018-08-25 09:04:51 +02:00
|
|
|
revision=2
|
2018-08-09 23:10:19 +02:00
|
|
|
build_style=go
|
|
|
|
go_import_path=github.com/jesseduffield/lazygit
|
|
|
|
hostmakedepends="git"
|
2018-08-10 22:26:47 +02:00
|
|
|
depends="git"
|
2018-08-09 23:10:19 +02:00
|
|
|
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-24 04:24:24 +02:00
|
|
|
checksum=eed9516d1b944ce4528a5d308d1dd49ee7932cf1d8ec6955556cc4dfe737f9a3
|
2018-08-09 23:10:19 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|