mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
26 lines
434 B
YAML
26 lines
434 B
YAML
distributable:
|
|
url: https://github.com/pkgxdev/mash/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: ScriptHub
|
|
|
|
versions:
|
|
github: pkgxdev/mash
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1.1
|
|
gnu.org/bash: '*'
|
|
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'
|
|
|
|
provides:
|
|
- bin/mash
|
|
|
|
test: mash pkgxdev/demo
|