mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
18 lines
344 B
YAML
18 lines
344 B
YAML
|
distributable:
|
||
|
url: https://github.com/wllfaria/hac/archive/refs/tags/{{ version.tag }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
provides:
|
||
|
- bin/hac
|
||
|
|
||
|
versions:
|
||
|
github: wllfaria/hac
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org: '>=1.56'
|
||
|
rust-lang.org/cargo: '*'
|
||
|
script: cargo install --locked --path hac-client --root {{prefix}}
|
||
|
|
||
|
test: hac --help
|