+rust-kanban (#6292)

* +rust-kanban

* +openssl

* fix the right package

* one at a time
This commit is contained in:
Jacob Heider 2024-06-01 14:05:22 -04:00 committed by GitHub
parent 7075a3dc5f
commit 799d7a021d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}"