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