mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+shub
This commit is contained in:
parent
314d23805f
commit
68b33ed2c5
1 changed files with 22 additions and 0 deletions
22
projects/pkgx.sh/scripthub/package.yml
Normal file
22
projects/pkgx.sh/scripthub/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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: ^5
|
||||||
|
|
||||||
|
build: |
|
||||||
|
mkdir -p {{prefix}}/bin
|
||||||
|
cp shub.sh {{prefix}}/bin/shub
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/shub
|
||||||
|
|
||||||
|
test:
|
||||||
|
shub pkgxdev/demo
|
Loading…
Reference in a new issue