mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glab: update to 1.46.1.
This commit is contained in:
parent
979c51afa7
commit
7dd7a8feca
1 changed files with 9 additions and 3 deletions
|
@ -1,19 +1,25 @@
|
||||||
# Template file for 'glab'
|
# Template file for 'glab'
|
||||||
pkgname=glab
|
pkgname=glab
|
||||||
version=1.45.0
|
version=1.46.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_ldflags="-X main.version=$version"
|
go_ldflags="-X main.version=$version"
|
||||||
go_import_path=gitlab.com/gitlab-org/cli
|
go_import_path=gitlab.com/gitlab-org/cli
|
||||||
go_package="${go_import_path}/cmd/glab"
|
go_package="${go_import_path}/cmd/glab"
|
||||||
|
make_check_args="-skip=Schedule"
|
||||||
short_desc="Command line tool bringing GitLab's features to your command line"
|
short_desc="Command line tool bringing GitLab's features to your command line"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/gitlab-org/cli"
|
homepage="https://gitlab.com/gitlab-org/cli"
|
||||||
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
|
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
|
||||||
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
|
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
|
||||||
checksum=3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
|
checksum=935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
|
||||||
|
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
/usr/libexec/chroot-git/git init -q
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for shell in bash fish zsh; do
|
for shell in bash fish zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue