blob: 269d10b43ef21ac1f86a5ac590dd3bee2bb42f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = parrot-cli
pkgdesc = Intelligent CLI command failure assistant with AI-powered responses
pkgver = 1.3.0
pkgrel = 2
url = https://github.com/tenseleyFlow/parrot
arch = x86_64
license = MIT
makedepends = go>=1.21
makedepends = make
depends = bash
optdepends = ollama: for local AI backend support
optdepends = curl: for API backend requests
provides = parrot
conflicts = parrot-cli-git
source = git+https://github.com/tenseleyFlow/parrot.git#tag=v1.3.0
sha256sums = SKIP
pkgname = parrot-cli
|