uah-bin
LOW
maintainer vikimaster2
0 votes
scanned 2026-09-25 01:45:24.583274
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: Viktor Danov <orangeleaf12@gmail.com>
2
# SPDX-License-Identifier: 0BSD
3
pkgname=uah-bin
4
pkgver=1.0.2
5
pkgrel=1
6
pkgdesc='Terminal coding agent that works like Codex, built on unreal-agent'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/viktordanov/uagent-harness'
9
license=('Apache-2.0')
10
depends=('bubblewrap')
11
optdepends=('wl-clipboard: paste images on Wayland'
12
'xclip: paste images on X11'
13
'git: repository context for the agent')
14
provides=("uah=${pkgver}")
15
conflicts=('uah')
16
options=('!strip' '!debug')
17
_archive="uah-${pkgver}-${CARCH}-unknown-linux-gnu"
18
source_x86_64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
19
source_aarch64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
20
sha256sums_x86_64=('617ab6d196cb4c2bd03e1d492ae1bf9969b71ea3bf7cb845661514eaffdea2de')
21
sha256sums_aarch64=('50ed0104fb1e82b90ca7f299d9d028be2c88ef31e3f06a85df70316c5fca5d4a')
22
23
build() {
24
cd "${_archive}"
25
./uah completion bash > uah.bash
26
./uah completion zsh > _uah
27
./uah completion fish > uah.fish
28
}
29
30
check() {
31
cd "${_archive}"
32
[[ $(./uah --version) == "uah version v${pkgver}" ]]
33
test -s uah.bash
34
test -s _uah
35
test -s uah.fish
36
}
37
38
package() {
39
cd "${_archive}"
40
install -Dm755 uah "${pkgdir}/usr/bin/uah"
41
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
43
install -Dm644 THIRD_PARTY_NOTICES.md "${pkgdir}/usr/share/licenses/${pkgname}/THIRD_PARTY_NOTICES.md"
44
install -Dm644 uah.bash "${pkgdir}/usr/share/bash-completion/completions/uah"
45
install -Dm644 _uah "${pkgdir}/usr/share/zsh/site-functions/_uah"
46
install -Dm644 uah.fish "${pkgdir}/usr/share/fish/vendor_completions.d/uah.fish"
47
}
48
Changes since previous scan
--- PKGBUILD @ 2026-09-25 00:03+++ PKGBUILD @ 2026-09-25 01:45@@ -1,7 +1,7 @@ # Maintainer: Viktor Danov <orangeleaf12@gmail.com> # SPDX-License-Identifier: 0BSD pkgname=uah-bin-pkgver=1.0.1+pkgver=1.0.2 pkgrel=1 pkgdesc='Terminal coding agent that works like Codex, built on unreal-agent' arch=('x86_64' 'aarch64')@@ -17,8 +17,8 @@ _archive="uah-${pkgver}-${CARCH}-unknown-linux-gnu" source_x86_64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-x86_64-unknown-linux-gnu.tar.gz") source_aarch64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")-sha256sums_x86_64=('4d10dd54dff5bb322262a8ab5b22b51cc70418ae822d1419f2b328ad5fa3e772')-sha256sums_aarch64=('07a05056cd5c9e283d09efef450b88d026c277dbef49d1598d3f00508a6102fe')+sha256sums_x86_64=('617ab6d196cb4c2bd03e1d492ae1bf9969b71ea3bf7cb845661514eaffdea2de')+sha256sums_aarch64=('50ed0104fb1e82b90ca7f299d9d028be2c88ef31e3f06a85df70316c5fca5d4a') build() { cd "${_archive}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 01:45:24 | Low | 1 |
| 2026-09-25 00:03:36 | Clean | 2 |
| 2026-09-24 23:44:46 | Low | 1 |