mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+dynein -- DynamoDB CLI (#2974)
* +dynein -- DynamoDB CLI * fix(linux): depend on openssl * fix(linux-build): depend on openssl and pkg-config * fix(linux): require openssl as dependency * openssl ^1.1 --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
c5c27b231c
commit
8fd5486210
1 changed files with 28 additions and 0 deletions
28
projects/github.com/awslabs/dynein/package.yml
Normal file
28
projects/github.com/awslabs/dynein/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
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: '*'
|
||||
linux:
|
||||
openssl.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(dy --version)" = "dynein {{version}}"
|
Loading…
Reference in a new issue