pantry/projects/github.com/awslabs/dynein/package.yml
Jacob Heider fb9481c776 fix(dynein)
closes #6482
2024-06-21 00:26:52 -04:00

26 lines
518 B
YAML

distributable:
url: https://github.com/awslabs/dynein/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/dy
versions:
github: awslabs/dynein
strip: /v/
dependencies:
linux:
openssl.org: ^1.1
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
cmake.org: 3
linux:
openssl.org: '*'
freedesktop.org/pkg-config: '*'
script: cargo install --locked --path . --root {{prefix}}
test: test "$(dy --version)" = "dynein {{version}}"