pantry/projects/github.com/awslabs/dynein/package.yml

27 lines
518 B
YAML
Raw Normal View History

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: '*'
2024-06-21 07:10:56 +03:00
cmake.org: 3
linux:
openssl.org: '*'
freedesktop.org/pkg-config: '*'
script: cargo install --locked --path . --root {{prefix}}
test: test "$(dy --version)" = "dynein {{version}}"