mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
22 lines
410 B
YAML
22 lines
410 B
YAML
distributable:
|
|
url: https://github.com/KillianLucas/open-interpreter/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: open-interpreter
|
|
|
|
versions:
|
|
github: KillianLucas/open-interpreter
|
|
|
|
dependencies:
|
|
python.org: '>=3.10<3.12'
|
|
github.com/mattrobenolt/jinja2-cli: '*'
|
|
|
|
build:
|
|
python-venv.sh {{prefix}}/bin/interpreter
|
|
|
|
provides:
|
|
- bin/interpreter
|
|
|
|
test:
|
|
interpreter --help
|