mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+open-interpreter
This commit is contained in:
parent
39ddd583f4
commit
39d986c9b5
1 changed files with 18 additions and 0 deletions
18
projects/openinterpreter.com/package.yml
Normal file
18
projects/openinterpreter.com/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/KillianLucas/open-interpreter/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: KillianLucas/open-interpreter
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3.10
|
||||||
|
|
||||||
|
build:
|
||||||
|
python-venv.sh {{prefix}}/bin/interpreter
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/interpreter
|
||||||
|
|
||||||
|
test:
|
||||||
|
interpreter --help
|
Loading…
Reference in a new issue