octoscode-bin
LOW
maintainer czyt
0 votes
scanned 2026-09-09 05:18:57.348799
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: czyt <czytcn@gmail.com>
2
3
pkgname=octoscode-bin
4
pkgver=0.3.0
5
pkgrel=1
6
pkgdesc="Octoscode - Octos's Coding Agent"
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/octos-org/octoscode'
9
license=('Apache-2.0')
10
depends=('glibc' 'gcc-libs' 'ca-certificates')
11
provides=("octoscode=${pkgver}")
12
conflicts=('octoscode')
13
options=('!strip' '!debug')
14
15
source_x86_64=("octoscode-${pkgver}-x86_64.tar.xz::${url}/releases/download/v${pkgver}/octoscode-x86_64-unknown-linux-gnu.tar.xz")
16
source_aarch64=("octoscode-${pkgver}-aarch64.tar.xz::${url}/releases/download/v${pkgver}/octoscode-aarch64-unknown-linux-gnu.tar.xz")
17
sha256sums_x86_64=('8f20bce688063769baa523ff3a7b23d748aa8e908530e6e6378607eb34e7bb01')
18
sha256sums_aarch64=('c411e5649c42ab349f1e1fb3b75c551078b12dcf23d7e97e61ae82515d374f9d')
19
20
package() {
21
local dist="${srcdir}/octoscode-${CARCH}-unknown-linux-gnu"
22
install -Dm755 "${dist}/octoscode" "${pkgdir}/usr/bin/octoscode"
23
install -Dm644 "${dist}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 05:18:57 | Low | 1 |