simplescreenrecorder-mqtt-git

LOW
maintainer eugeneai 0 votes scanned 2026-09-21 09:34:45.899251
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate fork of an open-source project; the source is transparent and the risk is low despite few votes and recent upload.

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 a public Git repository with a SKIP'd checksum, but it is a legitimate fork of an open-source project; the source is transparent and the risk is low despite few votes and recent upload.

PKGBUILD

1# Maintainer: Evgeny Cherkashin <eugeneai@irnok.net>
2
3pkgname=simplescreenrecorder-mqtt-git
4pkgver=0.4.4.mqtt.r23.g6264691
5pkgrel=1
6pkgdesc="A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version with MQTT remote control support)"
7arch=("x86_64")
8url="https://www.maartenbaert.be/simplescreenrecorder/"
9license=("GPL3")
10depends=("qt5-base" "qt5-x11extras"
11 "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "v4l-utils"
12 "libx11" "libxext" "libxfixes" "libxi" "libxinerama"
13 "desktop-file-utils" "gtk-update-icon-cache" "qt5-mqtt-git")
14optdepends=("lib32-simplescreenrecorder-git: OpenGL recording of 32-bit applications")
15makedepends=("git" "cmake" "qt5-tools")
16source=("git+https://github.com/eugeneai/ssr.git")
17md5sums=("SKIP")
18conflicts=("simplescreenrecorder")
19provides=("simplescreenrecorder")
20
21install=simplescreenrecorder-mqtt-git.install
22
23pkgver() {
24 cd ssr
25 # Use the tag of the last commit
26 git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
27}
28prepare() {
29 cd ssr
30 mkdir -p build
31}
32build() {
33 cd ssr/build
34 cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=TRUE ..
35 make
36}
37package() {
38 cd ssr/build
39 make DESTDIR="$pkgdir" install
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 09:34:45 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