nightcell7-bin

LOW
maintainer profullstack 0 votes scanned 2026-09-23 17:40:40.806207
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method for proprietary software; the source is verifiable and checksummed, posing no active threat.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method for proprietary software; the source is verifiable and checksummed, posing no active threat.

PKGBUILD

1# Maintainer: Profullstack, Inc. <support@nightcell7.com>
2# Generated by tools/release/package-managers.mjs — do not hand-edit.
3pkgname=nightcell7-bin
4pkgver=0.2.0
5pkgrel=1
6pkgdesc="Two operatives. Two countries. One manufactured war."
7arch=('x86_64' 'aarch64')
8url="https://nightcell7.com"
9license=('custom:proprietary')
10depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'alsa-lib')
11options=('!strip')
12source=("nightcell7.png::https://raw.githubusercontent.com/profullstack/nightcell7/v0.2.0/apps/desktop/resources/icon.png")
13sha256sums=('6e05544badfa8b9bd323cf9ab4900e0416862c9e1903d0dd092a479e106b2186')
14source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://github.com/profullstack/nightcell7/releases/download/v0.2.0/nightcell7-0.2.0-linux-x86_64.AppImage")
15source_aarch64=("${pkgname}-${pkgver}-aarch64.AppImage::https://github.com/profullstack/nightcell7/releases/download/v0.2.0/nightcell7-0.2.0-linux-arm64.AppImage")
16sha256sums_x86_64=('3b2ebc41f30456123cff01c6b27898e49fafa7b9351cc7b494075361aea4bb00')
17sha256sums_aarch64=('60c9bc9075cd31523853c1d53054be21a630a911f0dd7c6838d390ddc0c24f24')
18
19package() {
20 local appimage
21 case "$CARCH" in
22 x86_64) appimage="${srcdir}/${pkgname}-${pkgver}-x86_64.AppImage" ;;
23 aarch64) appimage="${srcdir}/${pkgname}-${pkgver}-aarch64.AppImage" ;;
24 esac
25
26 install -Dm755 "$appimage" "${pkgdir}/opt/nightcell7/nightcell7.AppImage"
27
28 # FUSE is not guaranteed on every Arch install, so the launcher falls back to
29 # extract-and-run rather than failing.
30 install -dm755 "${pkgdir}/usr/bin"
31 cat > "${pkgdir}/usr/bin/nightcell7" <<'LAUNCHER'
32#!/bin/sh
33APP=/opt/nightcell7/nightcell7.AppImage
34if "$APP" --appimage-version >/dev/null 2>&1; then
35 exec "$APP" "$@"
36else
37 exec "$APP" --appimage-extract-and-run "$@"
38fi
39LAUNCHER
40 chmod 755 "${pkgdir}/usr/bin/nightcell7"
41
42 install -Dm644 "${srcdir}/nightcell7.png" \
43 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/nightcell7.png"
44
45 install -dm755 "${pkgdir}/usr/share/applications"
46 cat > "${pkgdir}/usr/share/applications/nightcell7.desktop" <<'DESKTOP'
47[Desktop Entry]
48Name=NIGHTCELL 7
49Comment=Two operatives. Two countries. One manufactured war.
50Exec=nightcell7 %U
51Icon=nightcell7
52Terminal=false
53Type=Application
54Categories=Game;ActionGame;
55StartupWMClass=@nightcell7/desktop
56DESKTOP
57}
58

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 17:40:40 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion