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: '*'
|
||||
curl.se: '*'
|
||||
|
||||
build: |
|
||||
mkdir -p {{prefix}}/bin
|
||||
cp mash {{prefix}}/bin/hubx
|
||||
build:
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- run: cp hubx.sh {{prefix}}/bin/mash
|
||||
if: =0.1.0
|
||||
- run: cp mash {{prefix}}/bin/mash
|
||||
if: '>=0.2.0'
|
||||
|
||||
provides:
|
||||
- bin/mash
|
||||
|
||||
test:
|
||||
mash pkgxdev/demo
|
||||
test: mash pkgxdev/demo
|
||||
|
|
Loading…
Reference in a new issue