chore: Updating snapcraft info

This commit is contained in:
Gary Holtz 2023-05-16 19:17:04 -05:00
parent bf9895b8c2
commit fdd5448745
No known key found for this signature in database
GPG Key ID: 0C3B92677CFEE92F
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: glab
summary: A GitLab CLI
description: |
https://github.com/profclems/glab
https://gitlab.com/gitlab-org/cli
**`glab` - A GitLab CLI tool**
`glab` is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line.
Work with issues, merge requests, watch running pipelines directly from your CLI among other features.
@ -30,7 +30,7 @@ parts:
- ssh
override-pull: |
snapcraftctl pull
snapcraftctl set-version `(git describe --tags | sed 's/^v//') 2>/dev/null || git rev-parse --short HEAD`
snapcraftctl set-version `(git describe --tags) 2>/dev/null`
override-build: |
LDFLAGS='' make -j2
cp bin/glab $SNAPCRAFT_PART_INSTALL/