screenr-bin
maintainer zxp19821005
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt RPM from the project's GitHub releases, which is a normal distribution method for binary packages; the source is verifiable and signed by the project, and no malicious behavior is present in the PKGBUILD.
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 RPM from the project's GitHub releases, which is a normal distribution method for binary packages; the source is verifiable and signed by the project, and no malicious behavior is present in the PKGBUILD.
PKGBUILD
1
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2
pkgname=screenr-bin
3
_pkgname=ScreenR
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="A Simple Desktop application for screen recording.(Prebuilt version)"
7
arch=('x86_64')
8
url="https://github.com/bolorundurovj/screenr"
9
license=('MIT')
10
provides=("${pkgname%-bin}=${pkgver}")
11
conflicts=("${pkgname%-bin}")
12
depends=(
13
'gtk3'
14
'gdk-pixbuf2'
15
'webkit2gtk-4.1'
16
)
17
source=("${pkgname%-bin}-${pkgver}.rpm::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-1.${CARCH}.rpm")
18
sha256sums=('0eec849da9d380903c22031e1d4d63d2b808f0c9c4754b79f91ef255dbc9b6bf')
19
prepare() {
20
sed -i "s/Categories=/Categories=AudioVideo;Utility;/g" "${srcdir}/usr/share/applications/${_pkgname}.desktop"
21
}
22
package() {
23
install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
24
find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
25
_extension="${_i##*.}"
26
_icon_path="${_i#*share/icons/}"
27
_target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
28
install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
29
done
30
install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
31
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 13:23:33 | LOW | 2 |