mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+llm
This commit is contained in:
parent
888dd724fb
commit
472f180afc
1 changed files with 18 additions and 0 deletions
18
projects/llm.datasette.io/package.yml
Normal file
18
projects/llm.datasette.io/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/simonw/llm/archive/refs/tags/{{version.tag}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: simonw/llm
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3.11
|
||||||
|
|
||||||
|
build:
|
||||||
|
python-venv.sh {{prefix}}/bin/llm
|
||||||
|
|
||||||
|
test:
|
||||||
|
llm --version | grep {{version}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/llm
|
Loading…
Reference in a new issue