ai-flow-cli
LOW
maintainer denis13
0 votes
scanned 2026-09-11 21:24:02.517890
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Denis Bolba <https://github.com/Codder13>
2
pkgname=ai-flow-cli
3
pkgver=0.9.0
4
pkgrel=1
5
pkgdesc="Ultra-fast streaming AI CLI & agent for Unix terminals"
6
arch=('any')
7
url="https://github.com/Codder13/ai-flow-cli"
8
license=('MIT')
9
depends=('python' 'python-rich' 'python-pylatexenc')
10
makedepends=('python-build' 'python-installer' 'python-hatchling')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/Codder13/ai-flow-cli/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('98ae19b221c66f9d72ebcaf0e9af16c46ef441974deca53304577fdce709807c')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 1 |