mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
25 lines
464 B
YAML
25 lines
464 B
YAML
distributable:
|
|
url: https://github.com/sbdchd/squawk/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/squawk
|
|
|
|
versions:
|
|
github: sbdchd/squawk
|
|
strip: /v/
|
|
|
|
build:
|
|
working-directory: cli
|
|
dependencies:
|
|
rust-lang.org: '>=1.65'
|
|
rust-lang.org/cargo: '*'
|
|
openssl.org: '*'
|
|
perl.org: '*'
|
|
script:
|
|
cargo install --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(squawk --version)" = "squawk {{version}}"
|