mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
24 lines
369 B
YAML
24 lines
369 B
YAML
distributable:
|
|
url: https://github.com/pkgxdev/scripthub/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: ScriptHub
|
|
|
|
versions:
|
|
github: pkgxdev/scripthub
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1.1
|
|
gnu.org/bash: '*'
|
|
curl.se: '*'
|
|
|
|
build: |
|
|
mkdir -p {{prefix}}/bin
|
|
cp hubx.sh {{prefix}}/bin/hubx
|
|
|
|
provides:
|
|
- bin/hubx
|
|
|
|
test:
|
|
hubx pkgxdev/demo
|