nightcell7-bin
LOW
maintainer profullstack
0 votes
scanned 2026-09-23 17:40:40.806207
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.
3
pkgname=nightcell7-bin
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="Two operatives. Two countries. One manufactured war."
7
arch=('x86_64' 'aarch64')
8
url="https://nightcell7.com"
9
license=('custom:proprietary')
10
depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'alsa-lib')
11
options=('!strip')
12
source=("nightcell7.png::https://raw.githubusercontent.com/profullstack/nightcell7/v0.2.0/apps/desktop/resources/icon.png")
13
sha256sums=('6e05544badfa8b9bd323cf9ab4900e0416862c9e1903d0dd092a479e106b2186')
14
source_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")
15
source_aarch64=("${pkgname}-${pkgver}-aarch64.AppImage::https://github.com/profullstack/nightcell7/releases/download/v0.2.0/nightcell7-0.2.0-linux-arm64.AppImage")
16
sha256sums_x86_64=('3b2ebc41f30456123cff01c6b27898e49fafa7b9351cc7b494075361aea4bb00')
17
sha256sums_aarch64=('60c9bc9075cd31523853c1d53054be21a630a911f0dd7c6838d390ddc0c24f24')
18
19
package() {
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
33
APP=/opt/nightcell7/nightcell7.AppImage
34
if "$APP" --appimage-version >/dev/null 2>&1; then
35
exec "$APP" "$@"
36
else
37
exec "$APP" --appimage-extract-and-run "$@"
38
fi
39
LAUNCHER
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]
48
Name=NIGHTCELL 7
49
Comment=Two operatives. Two countries. One manufactured war.
50
Exec=nightcell7 %U
51
Icon=nightcell7
52
Terminal=false
53
Type=Application
54
Categories=Game;ActionGame;
55
StartupWMClass=@nightcell7/desktop
56
DESKTOP
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 17:40:40 | Low | 2 |