pantry/projects/github.com/KillianLucas/open-interpreter/package.yml
Sanchit Ram Arvind f78ccd3da2 +open-interpreter
2023-09-06 18:15:06 +02:00

29 lines
No EOL
495 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

distributable:
url: https://github.com/KillianLucas/open-interpreter/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: KillianLucas/open-interpreter
platforms:
- darwin
- linux/x86-64
dependencies:
python.org: ^3.11
build:
script: |
python-venv.sh {{prefix}}/bin/interpreter
env:
ARGS:
- --prefix="{{prefix}}"
provides:
- bin/interpreter
# ^^ specify the binaries or tea magic wont work
test:
script:
interpreter --help