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
|
url: https://github.com/pkgxdev/mash/archive/refs/tags/v{{version}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
display-name: ScriptHub
|
display-name: mash
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: pkgxdev/mash
|
github: pkgxdev/mash
|
||||||
|
@ -13,13 +13,10 @@ dependencies:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
- mkdir -p {{prefix}}/bin
|
install -D mash {{prefix}}/bin/mash
|
||||||
- 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: mash pkgxdev/demo
|
test:
|
||||||
|
mash pkgxdev/demo
|
||||||
|
|
Loading…
Reference in a new issue