o-pi-git

LOW
maintainer Orion-zhen 0 votes scanned 2026-09-14 11:16:56.753038
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: Orion-zhen <https://github.com/Orion-zhen>
2
3pkgname=o-pi-git
4pkgver=r530.gcc92703
5pkgrel=1
6pkgdesc="Orion's Pi Agent with custom tools and TUI enhancements"
7arch=('x86_64')
8url='https://github.com/Orion-zhen/o-pi'
9license=('AGPL-3.0-only')
10depends=('bash' 'git' 'glibc' 'gcc-libs' 'icu')
11makedepends=('bun>=1.4.0')
12optdepends=('libnotify: desktop notifications')
13provides=('o-pi')
14conflicts=('o-pi')
15options=('!strip' '!debug')
16source=("o-pi::git+${url}.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$srcdir/o-pi"
21 printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24prepare() {
25 cd "$srcdir/o-pi"
26 bun install --no-save
27}
28
29build() {
30 cd "$srcdir/o-pi"
31 bun run build
32}
33
34package() {
35 cd "$srcdir/o-pi"
36 install -Dm755 dist/opi "$pkgdir/usr/bin/opi"
37 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 11:16:56 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