mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+hac
This commit is contained in:
parent
ee4db6b7ae
commit
2090e1d0b2
17
projects/crates.io/hac-client/package.yml
Normal file
17
projects/crates.io/hac-client/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
Loading…
Reference in a new issue