dev-lang/cue - 0.14.1 (gentoo)

Search

Package Information

Description:
open-source data validation language and inference engine
Homepage:
https://cuelang.org
License:
Apache-2.0

Ebuild Details

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

EAPI=8
inherit go-module

DESCRIPTION="open-source data validation language and inference engine"
HOMEPAGE="https://cuelang.org"
SRC_URI="https://github.com/cue-lang/cue/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	ego build -o bin/cue ./cmd/cue
}

src_install() {
	dobin bin/*
	einstalldocs
dodoc -r doc
}

Manifest for 0.14.1

Type File Size Source URLs
DIST cue-0.14.1.tar.gz 2521130 bytes https://github.com/cue-lang/cue/archive/v0.14.1.tar.gz