opencode-sandbox-git

LOW
maintainer Antiquete 0 votes scanned 2026-09-13 11:14:35.915839
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: <your AUR username>
2
3pkgname=opencode-sandbox-git
4pkgver=1.0.0.4.g3a13fdd
5pkgrel=1
6pkgdesc="Run OpenCode inside an isolated Docker sandbox (git master)"
7arch=("any")
8url="https://github.com/Antiquete/opencode-sandbox"
9license=("GPL-3.0-or-later")
10depends=("bash" "docker")
11makedepends=("git")
12source=("opencode-sandbox::git+https://github.com/Antiquete/opencode-sandbox.git")
13sha256sums=("SKIP")
14
15pkgver() {
16 cd "$srcdir/opencode-sandbox"
17 git describe --always --tags --dirty | sed 's/^v//; s/-/./g'
18}
19
20package() {
21 cd "$srcdir/opencode-sandbox"
22 install -Dm755 opencode-sandbox "$pkgdir/usr/bin/opencode-sandbox"
23 install -Dm755 opencode-project-init "$pkgdir/usr/bin/opencode-project-init"
24}

Scan history

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