mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
328 B
YAML
19 lines
328 B
YAML
|
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
|