void-packages/srcpkgs/glab/template
2021-07-04 17:39:43 -03:00

19 lines
569 B
Bash

# Template file for 'glab'
pkgname=glab
version=1.18.1
revision=1
build_style=go
go_ldflags="-X main.version=$version"
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"
checksum=ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3
post_install() {
vlicense LICENSE
}