mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
24 lines
365 B
YAML
24 lines
365 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 shx.sh {{prefix}}/bin/shx
|
|
|
|
provides:
|
|
- bin/shx
|
|
|
|
test:
|
|
shx pkgxdev/demo
|