void-packages/srcpkgs/lazygit/template
2020-12-26 01:39:55 -03:00

19 lines
529 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.24.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="Nathan Owens <ndowens@artixlinux.org>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
checksum=95f629d57b459a3414af0582c20835edc970ec83a2c791cff97e5b8aac3b7025
post_install() {
vlicense LICENSE
}