+cedar-policy-cli -- A CLI for working with the Cedar authz engine

This commit is contained in:
Kevin Chen 2023-08-30 12:31:09 -04:00 committed by Jacob Heider
parent 8822c9958c
commit 493e19de2f

View file

@ -0,0 +1,22 @@
distributable:
url: https://github.com/cedar-policy/cedar/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/cedar
versions:
github: cedar-policy/cedar
strip: /v/
build:
working-directory: cedar-policy-cli
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(cedar --version)" = "cedar-policy-cli {{version}}"