mocktail

maintainer komaruworld · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from the maintainer's own GitHub source with a SKIP'd checksum, but it is a transparent git checkout of the project's official repository, and no untrusted prebuilt binaries or remote code execution are involved.

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 builds from the maintainer's own GitHub source with a SKIP'd checksum, but it is a transparent git checkout of the project's official repository, and no untrusted prebuilt binaries or remote code execution are involved.

PKGBUILD

1# Maintainer: komaruworld <rtysus228 at gmail dot com>
2
3pkgname=mocktail
4pkgver=1.0.3
5pkgrel=1
6pkgdesc='Android x86-64 Roblox compatibility runtime for Linux'
7arch=('x86_64')
8url='https://github.com/komaruworld/mocktail'
9license=('Apache-2.0')
10depends=(
11 'capstone'
12 'curl'
13 'fontconfig'
14 'gcc-libs'
15 'glib2'
16 'glibc'
17 'gtk4'
18 'hicolor-icon-theme'
19 'libadwaita'
20 'libelf'
21 'libglvnd'
22 'libplacebo'
23 'libsoup3'
24 'libutf8proc'
25 'libyaml'
26 'minizip'
27 'openssl'
28 'sdl3>=3.4'
29 'sdl3_ttf'
30 'vulkan-icd-loader'
31 'webkitgtk-6.0'
32 'zlib'
33)
34makedepends=(
35 'cmake>=3.20'
36 'git'
37 'lld'
38 'ninja'
39 'nlohmann-json'
40 'pkgconf'
41 'vulkan-headers'
42)
43optdepends=('gamemode: Feral GameMode integration')
44conflicts=('mocktail-bin' 'mocktail-git')
45options=('!debug')
46source=(
47 "mocktail::git+https://github.com/komaruworld/mocktail.git#tag=${pkgver}"
48)
49sha256sums=(
50 'SKIP'
51)
52
53prepare() {
54 cd mocktail
55
56 sed -i \
57 's|add_subdirectory(third_party/Vulkan-Headers EXCLUDE_FROM_ALL)|find_package(VulkanHeaders CONFIG REQUIRED)|' \
58 CMakeLists.txt
59}
60
61build() {
62 cmake -S mocktail -B build -G Ninja \
63 -DCMAKE_BUILD_TYPE=Release \
64 -DCMAKE_INSTALL_PREFIX=/usr \
65 -DCMAKE_INSTALL_LIBDIR=lib \
66 -DMOCKTAIL_DEFAULT_COMPATIBILITY_MANIFEST=/usr/share/mocktail/metadata/roblox_compatibility.json \
67 -DMOCKTAIL_DEFAULT_SIGNING_TRUST_MANIFEST=/usr/share/mocktail/metadata/roblox_signing_certificates.json \
68 -DMOCKTAIL_ENABLE_UPSTREAM_JNIVM=OFF \
69 -DBUILD_TESTING=OFF
70 cmake --build build
71}
72
73package() {
74 DESTDIR="${pkgdir}" cmake --install build
75 install -Dm644 mocktail/LICENSE \
76 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
77}
78

Changes since previous scan

--- PKGBUILD @ 2026-08-16 00:03
+++ PKGBUILD @ 2026-08-18 00:03
@@ -1,7 +1,7 @@
# Maintainer: komaruworld <rtysus228 at gmail dot com>
pkgname=mocktail
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Android x86-64 Roblox compatibility runtime for Linux'
arch=('x86_64')
@@ -34,6 +34,7 @@
makedepends=(
'cmake>=3.20'
'git'
+ 'lld'
'ninja'
'nlohmann-json'
'pkgconf'

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 15:32:49 LOW 2
2026-08-16 13:32:24 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 19:29:30 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 11:26:16 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 15:24:23 LOW 2
2026-08-12 11:23:23 LOW 2
2026-08-12 09:23:17 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