pantry/projects/pkgx.sh/mash/package.yml

26 lines
434 B
YAML
Raw Normal View History

2023-11-19 21:09:01 +03:00
distributable:
2023-11-29 02:54:08 +03:00
url: https://github.com/pkgxdev/mash/archive/refs/tags/v{{version}}.tar.gz
2023-11-19 21:09:01 +03:00
strip-components: 1
display-name: ScriptHub
versions:
2023-11-29 02:54:08 +03:00
github: pkgxdev/mash
2023-11-19 21:09:01 +03:00
dependencies:
pkgx.sh: ^1.1
gnu.org/bash: '*'
curl.se: '*'
2023-11-19 21:09:01 +03:00
2023-11-30 00:15:25 +03:00
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'
2023-11-19 21:09:01 +03:00
provides:
2023-11-29 02:54:08 +03:00
- bin/mash
2023-11-19 21:09:01 +03:00
2023-11-30 00:15:25 +03:00
test: mash pkgxdev/demo