gwae-bin
LOW
maintainer hongnoul
0 votes
scanned 2026-08-26 03:29:31.776116
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: hongnoul
2
pkgname=gwae-bin
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="niri's scrolling tiling for your CLI agents, in any terminal (daemon-free multiplexer)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/hongnoul/gwae"
8
license=('MIT')
9
provides=('gwae')
10
conflicts=('gwae')
11
source_x86_64=("gwae-$pkgver-x86_64.tar.gz::https://github.com/hongnoul/gwae/releases/download/v$pkgver/gwae-x86_64-unknown-linux-musl.tar.gz")
12
source_aarch64=("gwae-$pkgver-aarch64.tar.gz::https://github.com/hongnoul/gwae/releases/download/v$pkgver/gwae-aarch64-unknown-linux-musl.tar.gz")
13
sha256sums_x86_64=('039775ed62a4ebb404bd76ce24f23abe0966df66fe2a5efc2672458eb4da8429')
14
sha256sums_aarch64=('0a36dc4c2a82951a42a3de633880ef4f980ac56c514e3e2aa5130a5d35adb4dc')
15
16
package() {
17
install -Dm755 gwae "$pkgdir/usr/bin/gwae"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 03:29:31 | Low | 1 |