fix(mash)

This commit is contained in:
Jacob Heider 2023-11-29 16:15:25 -05:00
parent b76c7a1803
commit 755c3cd148
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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