mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
22 lines
417 B
YAML
22 lines
417 B
YAML
|
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 }}"
|