mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+tabiew
This commit is contained in:
parent
b59d61a5d6
commit
a83a5d6a6a
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/tabiew/package.yml
Normal file
21
projects/crates.io/tabiew/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/shshemi/tabiew/archive/refs/tags/{{ version.tag }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/tw
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: shshemi/tabiew
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
linux:
|
||||||
|
openssl.org: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.78
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test: test "$(tw --version)" = "tabiew {{ version }}"
|
Loading…
Reference in a new issue