mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
23 lines
466 B
YAML
23 lines
466 B
YAML
|
distributable:
|
||
|
url: https://github.com/yashs662/rust_kanban/archive/refs/tags/{{ version.tag }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
provides:
|
||
|
- bin/rust-kanban
|
||
|
|
||
|
versions:
|
||
|
github: yashs662/rust_kanban/tags
|
||
|
|
||
|
dependencies:
|
||
|
openssl.org: ^1.1
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org: '>=1.56'
|
||
|
rust-lang.org/cargo: '*'
|
||
|
script: cargo install --path . --root {{prefix}}
|
||
|
|
||
|
test:
|
||
|
- rust-kanban --help
|
||
|
- test "$(rust-kanban --version)" = "rust-kanban {{version}}"
|