| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.65.0 | 8 | ~amd64 | 0 |
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
}
| 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 |