mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
477 B
YAML
24 lines
477 B
YAML
distributable:
|
|
url: https://github.com/mike-engel/jwt-cli/archive/refs/tags/{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/jwt
|
|
|
|
versions:
|
|
github: mike-engel/jwt-cli
|
|
strip: /v/
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
cmake.org: ^3
|
|
script:
|
|
# Avoiding --locked flag to avoid proc-macro2 errors
|
|
- cargo install --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(jwt --version)" = "jwt {{version}}"
|