mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
eef39951ac
closes #5446
22 lines
394 B
YAML
22 lines
394 B
YAML
distributable:
|
|
url: https://github.com/printfn/fend/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: printfn/fend
|
|
strip: /^v/
|
|
|
|
dependencies:
|
|
openssl.org: ^1.1
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ^1.65
|
|
rust-lang.org/cargo: '*'
|
|
script: cargo install --path cli --root {{prefix}} --locked
|
|
|
|
provides:
|
|
- bin/fend
|
|
|
|
test: echo 'roll 1d20+8' | fend
|