From 9d10d35499931e2f8b323fbb403c93499c5b261f Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 8 Jan 2024 05:24:47 -0500 Subject: [PATCH] Update mash pkg.yml --- projects/pkgx.sh/mash/package.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/projects/pkgx.sh/mash/package.yml b/projects/pkgx.sh/mash/package.yml index 97bf2eee..ee427634 100644 --- a/projects/pkgx.sh/mash/package.yml +++ b/projects/pkgx.sh/mash/package.yml @@ -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