pantry/projects/agpt.co/package.yml

28 lines
544 B
YAML
Raw Normal View History

2023-05-08 16:39:44 +03:00
distributable:
url: https://github.com/Significant-Gravitas/Auto-GPT/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: Significant-Gravitas/Auto-GPT
platforms:
- darwin
dependencies:
python.org: ^3.10
redis.io: ^7
build:
dependencies:
tea.xyz/gx/cc: c99
script:
- python-venv.py {{prefix}}/bin/auto-gpt --requirements-txt
# still pretty new and thus provides no executable, so we made one
- cp props/auto-gpt {{prefix}}/venv/bin
provides:
- bin/auto-gpt
test:
auto-gpt --help