qt6-pipewirespectrum-git

LOW
maintainer a_i 0 votes scanned 2026-08-20 15:11:35.617252
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: Alex Indigo <iam@alexindigo.com>
2
3pkgname=qt6-pipewirespectrum-git
4_projname=pipewirespectrum
5_release_ver=0.1.0.r0
6pkgver=0.1.0.r0.g2c8cc6f
7pkgrel=1
8pkgdesc="PipeWire audio spectrum analyzer for QML — git master"
9options=(!debug)
10arch=('x86_64' 'aarch64')
11url="https://github.com/alexindigo/pipewirespectrum"
12license=('LGPL-3.0-only')
13depends=('qt6-base' 'qt6-declarative' 'libpipewire')
14makedepends=('cmake' 'git')
15provides=('qt6-pipewirespectrum')
16conflicts=('qt6-pipewirespectrum')
17source=("${pkgname}::git+${url}.git")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "${srcdir}/${pkgname}"
22 local out
23 out=$(git describe --long --tags 2>/dev/null) || out=""
24 if [ -n "$out" ]; then
25 printf "%s" "$out" | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
26 else
27 echo "${_release_ver}.g$(git rev-parse --short HEAD)"
28 fi
29}
30
31build() {
32 cmake -B build -S "${srcdir}/${pkgname}" \
33 -DCMAKE_BUILD_TYPE=Release \
34 -DCMAKE_SKIP_RPATH=ON \
35 -DCMAKE_INSTALL_PREFIX=/usr
36 cmake --build build
37}
38
39package() {
40 DESTDIR="${pkgdir}" cmake --install build
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 15:11:35 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