summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32b5f44300b37fabc5daf72c9b515b8064537088 (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
26
27
28
29
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
pkgver=0.1
pkgrel=2
epoch=
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"
license=('MIT')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=(chatgpt-shell-cli)
conflicts=(chatgpt-shell-cli-git)
replaces=()
backup=()
options=()
install=
changelog=
source=("git+$url#commit=e47853176d2cc36602ca04507fd3b5525f623737")
noextract=()
sha256sums=('SKIP')
validpgpkeys=()

package() {
   install -Dm755 "${srcdir}/chatGPT-shell-cli/chatgpt.sh" "${pkgdir}/usr/local/bin/chatgpt"
}