mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Update mash pkg.yml
This commit is contained in:
parent
f1675e9234
commit
9d10d35499
1 changed files with 4 additions and 7 deletions
|
@ -2,7 +2,7 @@ distributable:
|
|||
url: https://github.com/pkgxdev/mash/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
display-name: ScriptHub
|
||||
display-name: mash
|
||||
|
||||
versions:
|
||||
github: pkgxdev/mash
|
||||
|
@ -13,13 +13,10 @@ dependencies:
|
|||
curl.se: '*'
|
||||
|
||||
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'
|
||||
install -D mash {{prefix}}/bin/mash
|
||||
|
||||
provides:
|
||||
- bin/mash
|
||||
|
||||
test: mash pkgxdev/demo
|
||||
test:
|
||||
mash pkgxdev/demo
|
||||
|
|
Loading…
Reference in a new issue