dev-util/gitlab-ci-local-bin - 4.47.0 (guru)

Search

Install

Install this version:

emerge -a =dev-util/gitlab-ci-local-bin-4.47.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/gitlab-ci-local-bin-4.47.0

Or alternatively:

emerge --autounmask-write -a =dev-util/gitlab-ci-local-bin-4.47.0

Package Information

Description:
Run gitlab pipelines locally as shell executor or docker executor
Homepage:
https://github.com/firecow/gitlab-ci-local
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.47.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shell-completion

DESCRIPTION="Run gitlab pipelines locally as shell executor or docker executor"
HOMEPAGE="https://github.com/firecow/gitlab-ci-local"
SRC_URI="https://github.com/firecow/gitlab-ci-local/releases/download/${PV}/linux.gz -> ${P}.gz"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# gitlab-ci-local requires debug information to run, as it performs a
# sort of self-introspection.
RESTRICT="strip"

MY_PN="${PN/-bin/}"

QA_PREBUILT="usr/bin/gitlab-ci-local"

src_prepare() {
	default

	chmod 755 ${P} || die
}

src_compile() {
	# Generate zsh completion.
	./${P} --completion > _${MY_PN} || die
}

src_install() {
	newbin ${P} ${MY_PN}

	dozshcomp _${MY_PN}
}

Inherited Eclasses

Manifest for 4.47.0

Type File Size Source URLs
DIST gitlab-ci-local-bin-4.47.0.gz 19691318 bytes https://github.com/firecow/gitlab-ci-local/releases/download/4.47.0/linux.gz