vp-build/srcpkgs/lazygit/template

19 lines
525 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.3.1
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=2a67a369f5c12118e747304f98a0dab3f7f747d7602b83c6022f63987e3747da
post_install() {
vlicense LICENSE
}