mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
e98fc7d262
* +git.tozt.net/rbw * clean up boilerplate --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
20 lines
349 B
YAML
20 lines
349 B
YAML
distributable:
|
|
url: https://github.com/doy/rbw/archive/refs/tags/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: rbw
|
|
|
|
versions:
|
|
github: doy/rbw
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org/cargo: '*'
|
|
script:
|
|
- cargo install --root={{ prefix}} --path=.
|
|
|
|
provides:
|
|
- bin/rbw
|
|
|
|
test: test "$(rbw --version|cut -d' ' -f2)" = {{version}}
|