dimcode-bin-beta
LOW
maintainer zerob13
0 votes
scanned 2026-09-02 05:49:42.050072
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: DimAgent <app@fazhitech.com>
2
# Generated by scripts/generate-cli-aur-package.mjs — do not edit by hand.
3
pkgname=dimcode-bin-beta
4
pkgver=0.3.26_beta.1
5
pkgrel=1
6
pkgdesc="AI coding agent CLI and terminal coding assistant"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/arcships/dimcode"
9
license=('LicenseRef-DimAgent-EULA')
10
depends=('glibc')
11
provides=('dimcode')
12
conflicts=('dimcode-bin')
13
# The payload is a single-file executable with its runtime appended after the
14
# ELF sections. makepkg strips binaries by default, which corrupts it.
15
options=('!strip' '!debug' '!lto')
16
source=("LICENSE-$pkgver::https://github.com/arcships/dimcode/releases/download/v0.3.26-beta.1/LICENSE")
17
sha256sums=('207c5f7b94bab2649590458fb3d54d2c53db886536a8da0ca4207d96eb332f08')
18
source_x86_64=("dimcode-0.3.26-beta.1-linux-x64.tar.gz::https://github.com/arcships/dimcode/releases/download/v0.3.26-beta.1/dimcode-0.3.26-beta.1-linux-x64.tar.gz")
19
sha256sums_x86_64=('f677fcef0de5f49d77f604057640b59caf4b847eb7ddedaf755595e1230648c1')
20
source_aarch64=("dimcode-0.3.26-beta.1-linux-arm64.tar.gz::https://github.com/arcships/dimcode/releases/download/v0.3.26-beta.1/dimcode-0.3.26-beta.1-linux-arm64.tar.gz")
21
sha256sums_aarch64=('87925edc467d07e3eacbf18b9f6c9b47205f904f1c34de366b4c14dbd010f43d')
22
23
package() {
24
local target=linux-x64
25
[[ $CARCH == aarch64 ]] && target=linux-arm64
26
install -Dm755 "$srcdir/$target/dimcode" "$pkgdir/usr/bin/dimcode"
27
ln -s dimcode "$pkgdir/usr/bin/dim"
28
install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 05:49:42 | Low | 1 |