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: '*' 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