mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
473 B
YAML
27 lines
473 B
YAML
|
distributable:
|
||
|
url: https://github.com/hisbaan/didyoumean/archive/refs/tags/v{{ version }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
provides:
|
||
|
- bin/dym
|
||
|
|
||
|
versions:
|
||
|
github: hisbaan/didyoumean
|
||
|
strip: /v/
|
||
|
|
||
|
dependencies:
|
||
|
openssl.org: ^1.1
|
||
|
linux:
|
||
|
x.org/xcb: '*'
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org: ">=1.56"
|
||
|
rust-lang.org/cargo: "*"
|
||
|
script:
|
||
|
- cargo install --path . --root {{prefix}}
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- test "$(dym --version)" = "didyoumean {{version}}"
|