2023-06-06 08:29:42 +07:00

20 lines
638 B
Bash

# Template file for 'lazygit'
pkgname=lazygit
version=0.38.2
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
depends="git"
short_desc="Simple terminal UI for git commands"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
changelog="https://github.com/jesseduffield/lazygit/releases"
distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
checksum=2e727db952022c0518443d18c9b8a97a882970b93c5ab198ff33bb8ed2166c2f
post_install() {
vlicense LICENSE
}