mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
0a0d1c0291
closes #5743
25 lines
576 B
YAML
25 lines
576 B
YAML
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:
|
|
# version bump got missed in 3.1.1
|
|
- sed -i 's/^version = ".*"$/version = "{{version}}"/' Cargo.toml
|
|
- cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(cedar --version)" = "cedar-policy-cli {{version}}"
|