qmtui-bin
The package installs prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the binaries are verified via checksums, and the package does not execute arbitrary remote code or exfiltrate data.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the binaries are verified via checksums, and the package does not execute arbitrary remote code or exfiltrate data.
PKGBUILD
# Maintainer: Yuzuki <lxf74663@gmail.com>
pkgname=qmtui-bin
_pkgname=qmtui
pkgver=0.3.2
pkgrel=2
_upstream_pkgrel=1
pkgdesc="Linux terminal qqmusic player (.NET 10 Native AOT pre-built package)"
arch=('x86_64' 'aarch64')
url="https://github.com/Viemean/qmtui"
license=('MIT')
depends=(
'gstreamer'
'gst-plugins-base'
'gst-plugins-good'
'gst-plugins-bad'
'libpulse'
)
depends_x86_64=(
'qemu-user'
)
optdepends=(
'gst-libav: additional audio codecs (AAC/M4A) support'
'wl-clipboard: Wayland clipboard support for copying song links'
'xclip: X11 clipboard support for copying song links'
)
provides=('qmtui' 'qqmusic-tui' 'qmtui-bin')
conflicts=('qmtui' 'qqmusic-tui' 'qqmusic-tui-bin')
replaces=('qqmusic-tui' 'qqmusic-tui-bin')
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::https://github.com/Viemean/qmtui/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_upstream_pkgrel}-x86_64.pkg.tar.zst")
source_aarch64=("${pkgname}-${pkgver}-${pkgrel}-aarch64.pkg.tar.zst::https://github.com/Viemean/qmtui/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_upstream_pkgrel}-aarch64.pkg.tar.zst")
sha256sums_x86_64=('b0e8c1f1ae1fb660ac86c061afe3107c740d5ca7609d4087dbe90ff49956331a')
sha256sums_aarch64=('b111f7db881c0a98275e3da3e29c6688985735b3222d92509baee08b2761f3b0')
package() {
cp -a "${srcdir}/usr" "${pkgdir}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 11:22:29 | Low | 2 |