screenie-bin
LOW
maintainer johnpyp
0 votes
scanned 2026-09-27 07:16:53.263382
Why flagged
Package downloads prebuilt binaries from the maintainer's GitHub releases; while the host is trusted, the binary origin is not independently verifiable, but it is a common AUR practice for self-built binaries.
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 90%): Package downloads prebuilt binaries from the maintainer's GitHub releases; while the host is trusted, the binary origin is not independently verifiable, but it is a common AUR practice for self-built binaries.
PKGBUILD
1
# Maintainer: johnpyp <johnpaulpenaloza@gmail.com>
2
3
pkgname=screenie-bin
4
_pkgname=screenie
5
pkgver=0.1.1
6
pkgrel=1
7
pkgdesc='Beautiful screenshots & screen recording for Wayland'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/johnpyp/screenie'
10
license=('MIT')
11
depends=(
12
'fontconfig' # loaded at runtime, as are libglvnd, vulkan-icd-loader, wayland
13
'glib2'
14
'glibc'
15
'gst-libav' # AAC audio
16
'gst-plugins-bad-libs' # h264parse, NVENC
17
'gst-plugins-base-libs'
18
'gst-plugins-good' # MP4 muxing, PulseAudio/PipeWire capture
19
'gst-plugins-ugly' # x264, when there's no hardware encoder
20
'gstreamer'
21
'libgcc'
22
'libglvnd'
23
'libxcb'
24
'libxkbcommon'
25
'libxkbcommon-x11'
26
'mesa'
27
'vulkan-icd-loader'
28
'wayland'
29
)
30
optdepends=(
31
'gst-plugin-va: hardware-encoded recordings on AMD and Intel'
32
'intel-media-driver: VA-API on Intel'
33
)
34
provides=("$_pkgname")
35
conflicts=("$_pkgname")
36
options=('!strip' '!debug')
37
source_x86_64=("$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
38
source_aarch64=("$url/releases/download/v$pkgver/$_pkgname-$pkgver-aarch64-unknown-linux-gnu.tar.gz")
39
sha256sums_x86_64=('95ba6db468c21e43f5581e40bfa5ca0e6555d60b2630a3cd9965b50e52e2d3b9')
40
sha256sums_aarch64=('1f8e8467f04793f3917c56d87a58de5b1b3157fc462a93ac4345b34bf2b85bc7')
41
42
package() {
43
cd "$_pkgname-$pkgver-$CARCH-unknown-linux-gnu"
44
install -Dm755 bin/screenie "$pkgdir/usr/bin/screenie"
45
install -Dm644 -t "$pkgdir/usr/share/man/man1" share/man/man1/*
46
install -Dm644 -t "$pkgdir/usr/share/man/man5" share/man/man5/*
47
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
48
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 07:16:53 | Low | 2 |