dev-lang/opa - 0.65.0 (ambasta)

Search

Package Information

License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.65.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

inherit go-module bash-completion-r1

DESCRIPTION=""
HOMEPAGE=""

SRC_URI="https://github.com/open-policy-agent/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"

KEYWORDS="~amd64"

LICENSE="Apache-2.0"

src_compile() {
	make build
	mv opa_linux_amd64 opa
}

src_install() {
	dobin opa
}

Manifest for 0.65.0

Type File Size Source URLs
DIST opa-0.65.0.tar.gz 110210335 bytes https://github.com/open-policy-agent/opa/archive/refs/tags/v0.65.0.tar.gz