mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
rename scripthub to mash
This commit is contained in:
parent
b87ca3f323
commit
01f9ebdf44
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/pkgxdev/scripthub/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: ScriptHub
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: pkgxdev/scripthub
|
github: pkgxdev/mash
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pkgx.sh: ^1.1
|
pkgx.sh: ^1.1
|
||||||
|
@ -14,10 +14,10 @@ dependencies:
|
||||||
|
|
||||||
build: |
|
build: |
|
||||||
mkdir -p {{prefix}}/bin
|
mkdir -p {{prefix}}/bin
|
||||||
cp hubx.sh {{prefix}}/bin/hubx
|
cp mash {{prefix}}/bin/hubx
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/hubx
|
- bin/mash
|
||||||
|
|
||||||
test:
|
test:
|
||||||
hubx pkgxdev/demo
|
mash pkgxdev/demo
|
Loading…
Reference in a new issue