riftlauncher-bin
LOW
maintainer dyrosis
0 votes
scanned 2026-09-01 05:47:12.474482
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: Nate Sheibley <n.sheibley@gmail.com>
2
3
pkgname=riftlauncher-bin
4
pkgver=1.7.0_beta.5
5
pkgrel=2
6
pkgdesc="Vintage Story launcher by the Stratum Server Devs"
7
arch=('x86_64')
8
options=('!strip' '!debug')
9
url="https://github.com/StratumServer/RiftLauncher"
10
license=('MIT')
11
12
_riftver="${pkgver//_/-}"
13
_archive="riftlauncher-${_riftver}.pacman"
14
15
depends=(
16
'gtk3'
17
'nss'
18
'alsa-lib'
19
)
20
21
source=(
22
"$_archive::${url}/releases/download/v${_riftver}/${_archive}"
23
"riftlauncher-LICENSE::https://github.com/StratumServer/RiftLauncher/raw/refs/heads/main/LICENSE"
24
)
25
26
sha256sums=(
27
'cf83058616ad1dc0223852e89d502102acd90b343c8f624f4c00ad6cab9c7d41'
28
'5a2ee6564e40040332174f7faf48810a1a0815fceb203d33d140da6497d68115'
29
)
30
31
package() {
32
bsdtar -xf "$srcdir/$_archive" \
33
-C "$pkgdir" \
34
--exclude='.PKGINFO' \
35
--exclude='.MTREE' \
36
--exclude='.INSTALL'
37
38
install -Dm644 "$srcdir/riftlauncher-LICENSE" \
39
"$pkgdir/usr/share/licenses/$pkgname/riftlauncher-LICENSE"
40
41
install -d "$pkgdir/usr/bin"
42
ln -s /opt/RiftLauncher/riftlauncher \
43
"$pkgdir/usr/bin/riftlauncher"
44
45
# The upstream .INSTALL conditionally installs an AppArmor profile into
46
# /etc/apparmor.d. Keep the bundled profile under /opt/RiftLauncher
47
# rather than modifying the host's AppArmor configuration automatically.
48
49
# Use the non-SUID Chromium sandbox when user namespaces are available.
50
chmod 0755 "$pkgdir/opt/RiftLauncher/chrome-sandbox"
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 05:47:12 | Low | 1 |