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