octoscode-bin

LOW
maintainer czyt 0 votes scanned 2026-09-09 05:18:57.348799
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: czyt <czytcn@gmail.com>
2
3pkgname=octoscode-bin
4pkgver=0.3.0
5pkgrel=1
6pkgdesc="Octoscode - Octos's Coding Agent"
7arch=('x86_64' 'aarch64')
8url='https://github.com/octos-org/octoscode'
9license=('Apache-2.0')
10depends=('glibc' 'gcc-libs' 'ca-certificates')
11provides=("octoscode=${pkgver}")
12conflicts=('octoscode')
13options=('!strip' '!debug')
14
15source_x86_64=("octoscode-${pkgver}-x86_64.tar.xz::${url}/releases/download/v${pkgver}/octoscode-x86_64-unknown-linux-gnu.tar.xz")
16source_aarch64=("octoscode-${pkgver}-aarch64.tar.xz::${url}/releases/download/v${pkgver}/octoscode-aarch64-unknown-linux-gnu.tar.xz")
17sha256sums_x86_64=('8f20bce688063769baa523ff3a7b23d748aa8e908530e6e6378607eb34e7bb01')
18sha256sums_aarch64=('c411e5649c42ab349f1e1fb3b75c551078b12dcf23d7e97e61ae82515d374f9d')
19
20package() {
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)SeverityRules
2026-09-09 05:18:57 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