limusic-bin

LOW
maintainer xiryuu 0 votes scanned 2026-08-21 17:15:19.681745
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: xiryuu < farrel2008ganteng@protonmail.com >
2pkgname=limusic-bin
3_pkgname=limusic
4pkgver=0.5.3
5pkgrel=1
6pkgdesc="Feature rich, native desktop, YouTube Music client. Tauri + Rust + SvelteKit, ad-free playback through libmpv, Last.fm scrobbling and Discord Rich Presence, no Electron."
7arch=("x86_64")
8url="https://github.com/SimoHypers/limusic"
9license=("GPL-3.0-only")
10depends=("gtk3" "glib2" "glibc" "mpv" "libusb" "webkit2gtk-4.1" "db5.3" "hicolor-icon-theme")
11options=("!strip" "!buildflags")
12
13source=("${pkgname}-${pkgver}.AppImage::https://github.com/SimoHypers/limusic/releases/download/v${pkgver}/limusic_${pkgver}_amd64.AppImage")
14sha256sums=("4e5f075634efb481159cc65f050d90b8e631409faea0f2e259ba0fc2ec10a4eb")
15
16prepare() {
17 cd "$srcdir"
18 chmod +x "${pkgname}-${pkgver}.AppImage"
19 ./"${pkgname}-${pkgver}.AppImage" --appimage-extract
20}
21
22package() {
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)SeverityRules
2026-08-21 17:15:19 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