void-packages/srcpkgs/glab/template

18 lines
529 B
Bash
Raw Normal View History

2021-02-02 09:30:50 +00:00
# Template file for 'glab'
pkgname=glab
2021-04-20 07:43:15 +00:00
version=1.16.0
2021-02-02 09:30:50 +00:00
revision=1
build_style=go
go_import_path=github.com/profclems/glab
go_package="${go_import_path}/cmd/glab"
short_desc="Command line tool bringing GitLab's features to your command line"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/profclems/glab"
distfiles=https://github.com/profclems/glab/archive/v$version.tar.gz
2021-04-20 07:43:15 +00:00
checksum=eac7ac0dae3b709aea7c7eaa578d09b8f101e590f1c2d83c66926afa233993b0
2021-02-02 09:30:50 +00:00
post_install() {
vlicense LICENSE
}