repadio-bin

LOW
maintainer MLM-stuff 0 votes scanned 2026-09-15 05:18:46.121222
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: MLM Games <dev@mlm.games>
2pkgname=repadio-bin
3_pkgname=repadio
4pkgver=0.3.1
5_tag=v0.3.1
6pkgrel=1
7pkgdesc='Pure-Rust audio player built with Symphonia and CPAL on the Repose GUI framework'
8arch=('x86_64' 'aarch64')
9url="https://github.com/mlm-games/repadio"
10license=('GPL-3.0-or-later')
11depends=()
12provides=(repadio)
13conflicts=(repadio)
14options=(!strip)
15source_x86_64=("repadio-0.3.1-x86_64-unknown-linux-gnu.tar.gz::https://github.com/mlm-games/repadio/releases/download/${_tag}/repadio-0.3.1-x86_64-unknown-linux-gnu.tar.gz")
16source_aarch64=("repadio-0.3.1-aarch64-unknown-linux-gnu.tar.gz::https://github.com/mlm-games/repadio/releases/download/${_tag}/repadio-0.3.1-aarch64-unknown-linux-gnu.tar.gz")
17sha256sums_x86_64=('852cb13f4c224ca193b25a01ad165e4fb5f8e116c1472e6f68e13f214cf0d314')
18sha256sums_aarch64=('4dac5ef6aabf8fd255a4350ae495f7d2f3ea8ebb7f75d73a0fe9131a9f86c7c3')
19source+=("icon.svg::https://raw.githubusercontent.com/mlm-games/repadio/main/others/packaging/icon.svg")
20sha256sums+=('SKIP')
21
22package() {
23 local dir
24 if [[ "$CARCH" == "x86_64" ]]; then
25 dir="${srcdir}/repadio-0.3.1-x86_64-unknown-linux-gnu"
26 else
27 dir="${srcdir}/repadio-0.3.1-aarch64-unknown-linux-gnu"
28 fi
29 install -Dm755 "${dir}/repadio" "${pkgdir}/usr/bin/repadio"
30
31 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/repadio.desktop" << DESKTOP_EOF
32[Desktop Entry]
33Name=Repadio
34Comment=Pure-Rust audio player built with Symphonia and CPAL on the Repose GUI framework
35Exec=repadio %F
36Icon=repadio
37Terminal=false
38Type=Application
39Categories=Audio;AudioVideo;Player;
40MimeType=audio/mpeg;audio/flac;audio/ogg;audio/x-wav;audio/mp4;audio/aac;video/mp4;video/webm;video/x-matroska;video/quicktime;
41StartupNotify=true
42StartupWMClass=repadio
43DESKTOP_EOF
44
45 install -Dm644 "${srcdir}/icon.svg" "${pkgdir}/usr/share/pixmaps/repadio.svg"
46 install -Dm644 "${srcdir}/icon.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/repadio.svg"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 05:18:46 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion