19 lines
522 B
Bash
19 lines
522 B
Bash
# Template file for 'lazygit'
|
|
pkgname=lazygit
|
|
version=0.8.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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jesseduffield/lazygit"
|
|
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
|
|
checksum=aaaa4cb789d387a08eb46ca95159561cdb4a2f4e70315ce68ed61bbd30fe24ee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|