moroder-bin

LOW
maintainer leora 0 votes scanned 2026-09-13 17:14:56.485361
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to unverifiable origin of the binary and lack of source build, but no active malicious behavior is present.

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 downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to unverifiable origin of the binary and lack of source build, but no active malicious behavior is present.

PKGBUILD

1pkgname=moroder-bin
2pkgver=1.0.1
3pkgrel=1
4pkgdesc="YouTube Music TUI with album art, MPRIS, Discord rich presence and minimal dependencies"
5arch=('x86_64')
6url="https://github.com/orrnithogalum/moroder"
7license=('AGPL-3.0-or-later' 'LicenseRef-discord-social-sdk')
8depends=('glibc' 'gcc-libs' 'mpv' 'curl' 'systemd-libs' 'libx11' 'yt-dlp')
9provides=('moroder')
10conflicts=('moroder')
11options=('!strip')
12
13_dir="moroder-$pkgver-linux-x86_64"
14source=("$_dir.tar.gz::$url/releases/download/v$pkgver/$_dir.tar.gz")
15md5sums=('639085820a0131a69d6291f35986bf9a')
16
17package() {
18 cd "$_dir"
19
20 install -Dm755 moroder "$pkgdir/usr/bin/moroder"
21 install -Dm644 libdiscord_partner_sdk.so "$pkgdir/usr/lib/libdiscord_partner_sdk.so"
22
23 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25 install -Dm644 License-Notices.txt "$pkgdir/usr/share/licenses/$pkgname/License-Notices.txt"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 17:14:56 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