rename scripthub to mash

This commit is contained in:
Max Howell 2023-11-28 18:54:08 -05:00
parent b87ca3f323
commit 01f9ebdf44
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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