void-packages/srcpkgs/glab/template

19 lines
569 B
Bash
Raw Normal View History

2021-02-02 09:30:50 +00:00
# Template file for 'glab'
pkgname=glab
2021-07-04 20:27:33 +00:00
version=1.18.1
2021-02-02 09:30:50 +00:00
revision=1
build_style=go
2021-07-04 20:27:33 +00:00
go_ldflags="-X main.version=$version"
2021-02-02 09:30:50 +00:00
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"
2021-07-04 20:27:33 +00:00
distfiles="https://github.com/profclems/glab/archive/v$version.tar.gz"
checksum=ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3
2021-02-02 09:30:50 +00:00
post_install() {
vlicense LICENSE
}