pi-rust

LOW
maintainer ItachiSan 1 votes base pi-agent-rust scanned 2026-08-25 19:27:42.084104
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: Giovanni Santini <giovannisantini93@yahoo.it>
2_pkgname=pi_agent_rust
3pkgbase=pi-agent-rust
4pkgname=('pi-agent-rust' 'pi-rust')
5pkgver=0.3.0
6pkgrel=2
7pkgdesc="High-performance AI coding agent CLI - Rust port of Pi Agent"
8arch=('x86_64' 'aarch64')
9url="https://github.com/Dicklesworthstone/pi_agent_rust"
10license=('LicenseRef-MIT-wit-LLM-rider')
11depends=('glibc' 'gcc-libs' 'sqlite')
12makedepends=('rustup' 'pkg-config')
13optdepends=(
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)
18source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
19sha256sums=('bb15728a1ad4ad15d3c4be8e9b4d193956988b602ac2066f97f348d450bc52d5')
20# The vendored QuickJS and tree-sitter break with LTO, so disabling it
21options=(!lto)
22
23prepare() {
24 cd "$_pkgname-$pkgver"
25 rustup toolchain install nightly-2026-07-05
26 cargo fetch --locked
27}
28
29build() {
30 cd "$_pkgname-$pkgver"
31 cargo build --release --locked --bin pi
32}
33
34package_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
40package_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)SeverityRules
2026-08-25 19:27:42 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