pi-agent-rust
LOW
maintainer ItachiSan
0 votes
scanned 2026-08-21 11:15:01.903439
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: Giovanni Santini <giovannisantini93@yahoo.it>
2
_pkgname=pi_agent_rust
3
pkgname=pi-agent-rust
4
pkgver=0.1.23
5
pkgrel=1
6
pkgdesc="High-performance AI coding agent CLI - Rust port of Pi Agent"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/Dicklesworthstone/pi_agent_rust"
9
license=('LicenseRef-MIT-wit-LLM-rider')
10
depends=('glibc' 'gcc-libs' 'sqlite')
11
makedepends=('rustup' 'pkg-config')
12
optdepends=(
13
'tmux: for background bash capabilities'
14
'fd: system-provided backend for the find tool'
15
'ripgrep: system-provided backend for the grep tool'
16
)
17
provides=('pi')
18
conflicts=('pi')
19
replaces=('pi')
20
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
21
sha256sums=('35e25f33c8b2e0618a89d4283b8ad604846d893e306013589f0f99d6c3827bad')
22
# The vendored QuickJS and tree-sitter break with LTO, so disabling it
23
options=(!lto)
24
25
prepare() {
26
cd "$_pkgname-$pkgver"
27
rustup toolchain install nightly-2026-07-05
28
cargo fetch --locked
29
}
30
31
build() {
32
cd "$_pkgname-$pkgver"
33
cargo build --release --locked --bin pi
34
}
35
36
package() {
37
cd "$_pkgname-$pkgver"
38
install -Dm755 target/release/pi "$pkgdir/usr/bin/pi"
39
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 11:15:01 | Low | 1 |