mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+rust-kanban (#6292)
* +rust-kanban * +openssl * fix the right package * one at a time
This commit is contained in:
parent
7075a3dc5f
commit
799d7a021d
22
projects/crates.io/rust-kanban/package.yml
Normal file
22
projects/crates.io/rust-kanban/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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}}"
|
Loading…
Reference in a new issue