ai-flow-cli

LOW
maintainer denis13 0 votes scanned 2026-09-11 21:24:02.517890
View on AUR
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>
2pkgname=ai-flow-cli
3pkgver=0.9.0
4pkgrel=1
5pkgdesc="Ultra-fast streaming AI CLI & agent for Unix terminals"
6arch=('any')
7url="https://github.com/Codder13/ai-flow-cli"
8license=('MIT')
9depends=('python' 'python-rich' 'python-pylatexenc')
10makedepends=('python-build' 'python-installer' 'python-hatchling')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/Codder13/ai-flow-cli/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('98ae19b221c66f9d72ebcaf0e9af16c46ef441974deca53304577fdce709807c')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
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)SeverityRules
2026-09-11 21:24:02 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion