Search Criteria
Package Details: glab-git 1.22.0.r168.g11a81099-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/glab-git.git (read-only, click to copy) |
---|---|
Package Base: | glab-git |
Description: | Cli tool to help work seamlessly with Gitlab from the command line |
Upstream URL: | https://gitlab.com/gitlab-org/cli |
Keywords: | cli gitlab glab shell terminal |
Licenses: | MIT |
Conflicts: | glab |
Provides: | glab |
Replaces: | gitlab-glab-git |
Submitter: | Humandoodlebug |
Maintainer: | Humandoodlebug (BreD1810) |
Last Packager: | Humandoodlebug |
Votes: | 2 |
Popularity: | 0.053965 |
First Submitted: | 2022-03-18 10:53 (UTC) |
Last Updated: | 2022-10-30 09:55 (UTC) |
Dependencies (3)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Latest Comments
Humandoodlebug commented on 2022-10-30 10:07 (UTC)
@alerque tyvm! That's definitely made for a cleaner PKGBUILD. I originally based this on the gitlab-glab package, but I see a lot changed when it was migrated to the official repos.
alerque commented on 2022-10-30 07:44 (UTC) (edited on 2022-10-30 07:46 (UTC) by alerque)
Actually there are quite a few issues with this PKGBUILD. It doesn't follow the Arch guidelines on fields at all. The generated binary doesn't have RELRO support because the wrong Go flags are setup. It isn't reproducible because the date field doesn't take that support into account. And so forth.
I've cleaned it up so it builds in a clean chroot and follows all or most Arch packaging guidance. Here is a patch you can save to a file and apply to your Git repo with
git am file.patch
:alerque commented on 2022-10-30 07:26 (UTC) (edited on 2022-10-30 07:27 (UTC) by alerque)
Thanks!
One more thing: this is missing
makedepends=(git)
which is required to build.alerque commented on 2022-10-29 14:45 (UTC)
Please update this to the new upstream repository location, it no longer builds the latest code since the repo moved to GitLab.