mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
we're going with shx
This commit is contained in:
parent
062ae13b44
commit
6bd5cea037
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ dependencies:
|
||||||
|
|
||||||
build: |
|
build: |
|
||||||
mkdir -p {{prefix}}/bin
|
mkdir -p {{prefix}}/bin
|
||||||
cp shub.sh {{prefix}}/bin/shub
|
cp shx.sh {{prefix}}/bin/shx
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/shub
|
- bin/shx
|
||||||
|
|
||||||
test:
|
test:
|
||||||
shub pkgxdev/demo
|
shx pkgxdev/demo
|
||||||
|
|
Loading…
Reference in a new issue