blob: 427400290bb7e4aa9e277ebc5c5bdf3274e11033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = shell-gpt
pkgdesc = A command-line productivity tool powered by OpenAI's ChatGPT
pkgver = 1.4.3
pkgrel = 1
url = https://github.com/TheR1D/shell_gpt
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = litellm
depends = python
depends = python-click
depends = python-distro
depends = python-instructor
depends = python-openai
depends = python-pydantic
depends = python-rich
depends = python-typer
source = shell-gpt-1.4.3.tar.gz::https://github.com/TheR1D/shell_gpt/archive/1.4.3.tar.gz
sha256sums = 0b7f6facf708a55ddc3b4a2495a445e90711b1100c489735afe289c062c33c45
pkgname = shell-gpt
|