2023-02-26 19:57:53 +03:00
|
|
|
distributable:
|
2023-04-29 06:40:49 +03:00
|
|
|
url: https://github.com/ClementTsang/bottom/archive/refs/tags/{{ version }}.tar.gz
|
2023-02-26 19:57:53 +03:00
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/btm
|
|
|
|
|
|
|
|
versions:
|
2023-04-29 06:40:49 +03:00
|
|
|
github: ClementTsang/bottom
|
|
|
|
strip: / Release/
|
2023-02-26 19:57:53 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
2023-04-29 06:40:49 +03:00
|
|
|
rust-lang.org: '>=1.56'
|
2023-02-26 19:57:53 +03:00
|
|
|
rust-lang.org/cargo: '*'
|
|
|
|
script:
|
|
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
|
|
|
|
test:
|
2023-04-29 06:40:49 +03:00
|
|
|
test "$(btm --version)" = "bottom {{version}}"
|