mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: glab-1.14.0
This commit is contained in:
parent
aeee19254b
commit
25dd5e7ec2
1 changed files with 17 additions and 0 deletions
17
srcpkgs/glab/template
Normal file
17
srcpkgs/glab/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'glab'
|
||||||
|
pkgname=glab
|
||||||
|
version=1.14.0
|
||||||
|
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
|
||||||
|
checksum=927206802cda67f0b725d0ed2b355a67ab9eb560a9e8b8c6e4ca994d9aba3daa
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue