repadio-bin
LOW
maintainer MLM-stuff
0 votes
scanned 2026-09-15 05:18:46.121222
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>
2
pkgname=repadio-bin
3
_pkgname=repadio
4
pkgver=0.3.1
5
_tag=v0.3.1
6
pkgrel=1
7
pkgdesc='Pure-Rust audio player built with Symphonia and CPAL on the Repose GUI framework'
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/mlm-games/repadio"
10
license=('GPL-3.0-or-later')
11
depends=()
12
provides=(repadio)
13
conflicts=(repadio)
14
options=(!strip)
15
source_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")
16
source_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")
17
sha256sums_x86_64=('852cb13f4c224ca193b25a01ad165e4fb5f8e116c1472e6f68e13f214cf0d314')
18
sha256sums_aarch64=('4dac5ef6aabf8fd255a4350ae495f7d2f3ea8ebb7f75d73a0fe9131a9f86c7c3')
19
source+=("icon.svg::https://raw.githubusercontent.com/mlm-games/repadio/main/others/packaging/icon.svg")
20
sha256sums+=('SKIP')
21
22
package() {
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]
33
Name=Repadio
34
Comment=Pure-Rust audio player built with Symphonia and CPAL on the Repose GUI framework
35
Exec=repadio %F
36
Icon=repadio
37
Terminal=false
38
Type=Application
39
Categories=Audio;AudioVideo;Player;
40
MimeType=audio/mpeg;audio/flac;audio/ogg;audio/x-wav;audio/mp4;audio/aac;video/mp4;video/webm;video/x-matroska;video/quicktime;
41
StartupNotify=true
42
StartupWMClass=repadio
43
DESKTOP_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) | Severity | Rules |
|---|---|---|
| 2026-09-15 05:18:46 | Low | 1 |