mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
799d7a021d
* +rust-kanban * +openssl * fix the right package * one at a time
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}}"
|