diff --git a/projects/github.com/KillianLucas/open-interpreter/package.yml b/projects/github.com/KillianLucas/open-interpreter/package.yml deleted file mode 100644 index 3c29795e..00000000 --- a/projects/github.com/KillianLucas/open-interpreter/package.yml +++ /dev/null @@ -1,29 +0,0 @@ -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 \ No newline at end of file