mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 18:05:07 +03:00
parent
c28404b785
commit
c876ca50b3
1 changed files with 18 additions and 0 deletions
18
projects/github.com/krzkaczor/ny/package.yml
Normal file
18
projects/github.com/krzkaczor/ny/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/krzkaczor/ny/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: krzkaczor/ny/releases/tags
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: |
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/ny
|
||||||
|
|
||||||
|
test: |
|
||||||
|
ny --version
|
Loading…
Reference in a new issue