2023-09-04 14:05:02 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/KillianLucas/open-interpreter/archive/refs/tags/v{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
2023-10-02 22:43:55 +03:00
|
|
|
display-name: open-interpreter
|
|
|
|
|
2023-09-04 14:05:02 +03:00
|
|
|
versions:
|
|
|
|
github: KillianLucas/open-interpreter
|
|
|
|
|
|
|
|
dependencies:
|
2023-10-02 23:36:37 +03:00
|
|
|
python.org: '>=3.10<3.12'
|
2023-10-03 02:12:17 +03:00
|
|
|
github.com/mattrobenolt/jinja2-cli: '*'
|
2023-09-04 14:05:02 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
python-venv.sh {{prefix}}/bin/interpreter
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/interpreter
|
|
|
|
|
|
|
|
test:
|
|
|
|
interpreter --help
|