Skip to content
Snippets Groups Projects
Commit 3686bfce authored by Leo's avatar Leo
Browse files

community/glab: depend on git

glab makes extensive use of git to perform various operations so it is
vital that we depend on git, otherwise loads of functionality will break
parent b10f12bf
No related branches found
No related tags found
1 merge request!16216community/glab: depend on git
......@@ -2,11 +2,12 @@
# Maintainer: solidnerd <hi@solidnerd.dev>
pkgname=glab
pkgver=1.12.1
pkgrel=2
pkgrel=3
pkgdesc="Open source GitLab CLI tool written in Go"
url="https://github.com/profclems/glab"
arch="all !mips64" # blocked by go
license="MIT"
depends="git"
makedepends="go"
options="!check chmod-clean" # Need to be run in a git repo
subpackages="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment