mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(mash)
This commit is contained in:
parent
b76c7a1803
commit
755c3cd148
1 changed files with 7 additions and 5 deletions
|
@ -12,12 +12,14 @@ dependencies:
|
||||||
gnu.org/bash: '*'
|
gnu.org/bash: '*'
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
|
|
||||||
build: |
|
build:
|
||||||
mkdir -p {{prefix}}/bin
|
- mkdir -p {{prefix}}/bin
|
||||||
cp mash {{prefix}}/bin/hubx
|
- run: cp hubx.sh {{prefix}}/bin/mash
|
||||||
|
if: =0.1.0
|
||||||
|
- run: cp mash {{prefix}}/bin/mash
|
||||||
|
if: '>=0.2.0'
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/mash
|
- bin/mash
|
||||||
|
|
||||||
test:
|
test: mash pkgxdev/demo
|
||||||
mash pkgxdev/demo
|
|
||||||
|
|
Loading…
Reference in a new issue