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