Update mash pkg.yml

This commit is contained in:
Max Howell 2024-01-08 05:24:47 -05:00
parent f1675e9234
commit 9d10d35499
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

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