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
26
|
pkgbase = chatgpt.sh
pkgdesc = Wrapper for ChatGPT, DALL-E, Whisper, and TTS. Features LocalAI, Ollama, and more.
pkgver = 0.82.2
pkgrel = 1
url = https://gitlab.com/fenixdragao/shellchatgpt
arch = any
license = GPL3
makedepends = git
depends = bash
depends = curl
depends = jq
optdepends = imagemagick: edit input images (fbida)
optdepends = xdg-utils: open images (xdg-open, open)
optdepends = sox: audio recorder (arecod, ffmpeg)
optdepends = mpv: audio player (sox, vlc, ffplay, afplay)
optdepends = xsel: copy output to clipboard (xclip)
optdepends = python: modules (tiktoken, markdown, bs4)
optdepends = bat: render markdown (pygmentize, glow, mdcat, mdless)
optdepends = w3m: dump URL text (lynx, elinks, links)
optdepends = poppler: dump PDF as text (gs, abiword, ebook-convert)
optdepends = libreoffice: dump doc files as text
optdepends = dialog: file picker (kdialog, zenity, vifm, ranger, nnn)
source = chatgpt.sh-0.82.2::git+https://gitlab.com/fenixdragao/shellchatgpt.git#commit=26aec5c60f5d72f894c621c9759401cd85e9b506
sha256sums = SKIP
pkgname = chatgpt.sh
|