mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+open-interpreter
This commit is contained in:
parent
80ceb2fc53
commit
f78ccd3da2
1 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
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 won’t work
|
||||
|
||||
test:
|
||||
script:
|
||||
interpreter --help
|
Loading…
Reference in a new issue