dev-util/gitlab-ci-linter - 2.4.0 (gentoo)

Search

Package Information

Description:
linter for .gitlab-ci.yml files
Homepage:
https://gitlab.com/orobardet/gitlab-ci-linter
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.4.0 8 amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module

DESCRIPTION="linter for .gitlab-ci.yml files"
HOMEPAGE="https://gitlab.com/orobardet/gitlab-ci-linter"
SRC_URI="https://gitlab.com/orobardet/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
S="${WORKDIR}/${PN}-v${PV}"

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

BDEPEND=">=dev-lang/go-1.24"

RESTRICT="test"

QA_PRESTRIPPED=usr/bin/gitlab-ci-linter

src_compile() {
	unset LDFLAGS
	emake
}

src_install() {
	dobin .build/gitlab-ci-linter
	dodoc -r CHANGELOG.md doc README.md
}

Dependencies

BDEPEND

>=dev-lang/go-1.24

Manifest for 2.4.0

Type File Size Source URLs
DIST gitlab-ci-linter-2.4.0.tar.gz 111201 bytes https://gitlab.com/orobardet/gitlab-ci-linter/-/archive/v2.4.0/gitlab-ci-linter-v2.4.0.tar.gz