2023-06-20 18:48:16 +03:00
|
|
|
distributable:
|
2023-10-10 18:41:15 +03:00
|
|
|
url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/v{{version}}.tar.gz
|
2023-06-20 18:48:16 +03:00
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: AntonOsika/gpt-engineer
|
|
|
|
|
2023-07-12 18:48:45 +03:00
|
|
|
display-name: GPT Engineer
|
|
|
|
|
2023-06-20 18:48:16 +03:00
|
|
|
dependencies:
|
2023-10-03 18:23:56 +03:00
|
|
|
python.org: '>=3<3.12'
|
2023-10-10 18:41:15 +03:00
|
|
|
pkgx.sh: ^1
|
2023-06-20 18:48:16 +03:00
|
|
|
|
2023-10-10 18:38:39 +03:00
|
|
|
entrypoint: pkgx ./entrypoint.sh
|
2023-06-20 18:48:16 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
gnu.org/patch: '*'
|
|
|
|
script:
|
|
|
|
# https://github.com/AntonOsika/gpt-engineer/issues/204
|
|
|
|
- patch -p1 < props/main.py.patch
|
|
|
|
|
|
|
|
- python-venv.sh {{prefix}}/bin/gpt-engineer
|
|
|
|
|
|
|
|
# https://github.com/AntonOsika/gpt-engineer/issues/204
|
|
|
|
- cp -a identity {{prefix}}
|
|
|
|
|
|
|
|
- cp props/entrypoint.sh {{prefix}}
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/gpt-engineer
|
|
|
|
|
|
|
|
test:
|
|
|
|
qa-required: true
|
|
|
|
script: gpt-engineer --help
|