mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+fend
This commit is contained in:
parent
01f9ebdf44
commit
2d7ce202cb
1 changed files with 18 additions and 0 deletions
18
projects/printfn.github.io/fend/package.yml
Normal file
18
projects/printfn.github.io/fend/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
Loading…
Reference in a new issue