qqmusic-tui-bin
LOW
maintainer Yueyuri
0 votes
scanned 2026-09-05 09:59:47.702300
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: Yuzuki <lxf74663@gmail.com>
2
3
pkgname=qqmusic-tui-bin
4
_pkgname=qqmusic-tui
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc="Linux terminal QQ Music player (.NET 10 Native AOT pre-built package)"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/Viemean/qqmusiclinux/tree/tui"
10
license=('MIT')
11
depends=(
12
'gstreamer'
13
'gst-plugins-base'
14
'gst-plugins-good'
15
)
16
optdepends=(
17
'ffmpeg: cover art extraction and display'
18
'imagemagick: rounded corner cover rendering'
19
)
20
provides=('qqmusic-tui')
21
conflicts=('qqmusic-tui')
22
23
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::https://github.com/Viemean/qqmusiclinux/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
24
source_aarch64=("${pkgname}-${pkgver}-${pkgrel}-aarch64.pkg.tar.zst::https://github.com/Viemean/qqmusiclinux/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}-aarch64.pkg.tar.zst")
25
sha256sums_x86_64=('ebda364ce2c2bb24f99ec6f51c22767480aa073e1d67f77eacde4610361549ee')
26
sha256sums_aarch64=('0c99ac1beb50dfd526034adeab0c4ba7f0bca15827b9b167807d822454779a3b')
27
28
package() {
29
cp -a "${srcdir}/usr" "${pkgdir}/"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 09:59:47 | Low | 1 |