pear-desktop-michei69-bin
LOW
maintainer earthmessenger
0 votes
scanned 2026-09-27 15:19:08.759284
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: emsger <earthmessenger@qq.com>
2
# With help of AI
3
4
pkgname=pear-desktop-michei69-bin
5
_app_id=com.github.th-ch.youtube-music
6
pkgver=3.12.2
7
pkgrel=1
8
pkgdesc="YouTube Music Desktop App - including custom plugins (michei69's fork)"
9
arch=('x86_64' 'aarch64' 'armv7h')
10
url="https://github.com/michei69/pear-desktop"
11
license=('MIT')
12
# 预编译二进制无调试符号,不生成 -debug 子包(也避免与上游 pear-desktop-bin-debug 文件冲突)
13
options=('!debug')
14
makedepends=('desktop-file-utils')
15
depends=(
16
'gtk3'
17
'libsecret'
18
'nss'
19
)
20
provides=('pear-desktop' 'youtube-music')
21
conflicts=('pear-desktop' 'youtube-music' 'pear-desktop-bin' 'pear-desktop-git')
22
install='youtube-music.install'
23
source=("license-$pkgver::https://github.com/michei69/pear-desktop/raw/v$pkgver/license"
24
'youtube-music.sh')
25
source_x86_64=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_amd64.deb")
26
source_aarch64=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_arm64.deb")
27
source_armv7h=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_armv7l.deb")
28
sha256sums=('34166a5d4f182354810c18c9d568cbdd2b8ef7e95fa71d31f1d00fbe1089ac81'
29
'3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c')
30
sha256sums_x86_64=('43ee428aac927ab139cedee8aa855086015f3d9e12775923349a8328196544ca')
31
sha256sums_aarch64=('2e92dc6d607bfc2b7de497f91aca9d9edc35912236d92a5744775874296e7d0d')
32
sha256sums_armv7h=('59ccd3e3b03b14059a278763a703be77748c9051a501c3188928e03aa33d8a1e')
33
34
package() {
35
bsdtar xfv data.tar.xz -C "$pkgdir"
36
37
desktop-file-edit --set-key=Exec --set-value="youtube-music %U" \
38
"$pkgdir/usr/share/applications/${_app_id}.desktop"
39
40
install -d "$pkgdir/etc/apparmor.d"
41
ln -s "/opt/YouTube Music/resources/apparmor-profile" \
42
"$pkgdir/etc/apparmor.d/youtube-music"
43
44
install -Dm755 youtube-music.sh "$pkgdir/usr/bin/youtube-music"
45
46
install -Dm644 "license-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/license"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 15:19:08 | Low | 1 |