mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/oracle.com/oci-cli/package.yml
This commit is contained in:
parent
a5075008fe
commit
37807ded29
1 changed files with 30 additions and 0 deletions
30
projects/oracle.com/oci-cli/package.yml
Normal file
30
projects/oracle.com/oci-cli/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/oracle/oci-cli/archive/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: oracle/oci-cli
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
certifi.io/python-certifi: ^2024
|
||||||
|
pyyaml.org/libyaml: ^0.2
|
||||||
|
cryptography.io: ^42
|
||||||
|
python.org: ^3.11
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
cmake.org: '*'
|
||||||
|
rust-lang.org: '*'
|
||||||
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} oci
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/oci
|
||||||
|
|
||||||
|
test:
|
||||||
|
- oci --version | grep {{version}}
|
||||||
|
- oci --help
|
||||||
|
- oci session validate 2>out.log || true
|
||||||
|
- cat out.log | grep 'ConfigFileNotFound'
|
Loading…
Reference in a new issue