mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
19 lines
359 B
YAML
19 lines
359 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/
|
|
|
|
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
|