mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-util/gitlab-ci-local-bin: new package, add 4.42.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
1
dev-util/gitlab-ci-local-bin/Manifest
Normal file
1
dev-util/gitlab-ci-local-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gitlab-ci-local-bin-4.42.0.gz 19647095 BLAKE2B 5aa7fda0b9bc59a2a201e7e9bc106ee0d39b561abe9ebc7d14e9da83f169452f778e1b91549e9d40d9bcdf827e6e9c2a759cd8ae1ddad89af02b65806daf2a55 SHA512 423bdefaf472bea71aa73d728fa1d1a75fa525de0ec360aa165c39af96c191c9aa421c3f8ce5e3d149f3f652abb0e010cc2460c106625bd39daa63cde3d88a54
|
||||
@@ -0,0 +1,41 @@
|
||||
# Copyright 2022-2023 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"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# gitlab-ci-local requires debug information to run, as it performs a
|
||||
# sort of self-introspection.
|
||||
RESTRICT="strip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
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}
|
||||
}
|
||||
11
dev-util/gitlab-ci-local-bin/metadata.xml
Normal file
11
dev-util/gitlab-ci-local-bin/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Florian Schmaus</name>
|
||||
<email>flow@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">firecow/gitlab-ci-local</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user