limusic-bin
LOW
maintainer xiryuu
0 votes
scanned 2026-08-21 17:15:19.681745
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: xiryuu < farrel2008ganteng@protonmail.com >
2
pkgname=limusic-bin
3
_pkgname=limusic
4
pkgver=0.5.3
5
pkgrel=1
6
pkgdesc="Feature rich, native desktop, YouTube Music client. Tauri + Rust + SvelteKit, ad-free playback through libmpv, Last.fm scrobbling and Discord Rich Presence, no Electron."
7
arch=("x86_64")
8
url="https://github.com/SimoHypers/limusic"
9
license=("GPL-3.0-only")
10
depends=("gtk3" "glib2" "glibc" "mpv" "libusb" "webkit2gtk-4.1" "db5.3" "hicolor-icon-theme")
11
options=("!strip" "!buildflags")
12
13
source=("${pkgname}-${pkgver}.AppImage::https://github.com/SimoHypers/limusic/releases/download/v${pkgver}/limusic_${pkgver}_amd64.AppImage")
14
sha256sums=("4e5f075634efb481159cc65f050d90b8e631409faea0f2e259ba0fc2ec10a4eb")
15
16
prepare() {
17
cd "$srcdir"
18
chmod +x "${pkgname}-${pkgver}.AppImage"
19
./"${pkgname}-${pkgver}.AppImage" --appimage-extract
20
}
21
22
package() {
23
local _root="$srcdir/squashfs-root"
24
25
install -dm755 "$pkgdir/usr/lib/limusic"
26
cp -a "$_root/usr/lib/"* "$pkgdir/usr/lib/limusic/"
27
cp -a "$_root/usr/bin/"* "$pkgdir/usr/lib/limusic/"
28
29
cp -a "$_root/usr/share" "$pkgdir/usr/"
30
install -dm755 "$pkgdir/usr/bin"
31
cp -a "$_root/usr/bin/"* "$pkgdir/usr/bin/"
32
33
rm -rf "$pkgdir/usr/share/glib-2.0"
34
rm -rf "$pkgdir/usr/share/doc"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 17:15:19 | Low | 1 |