qt6-mangowcqml

LOW
maintainer a_i 0 votes scanned 2026-08-23 07:20:18.378480
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-mangowcqml
4_projname=mangowcqml
5pkgver=0.1.0
6pkgrel=1
7pkgdesc="Qt6/QML module for mangowc IPC (mmsg JSON socket) — workspaces, windows, monitors, tags"
8options=(!debug)
9arch=('x86_64' 'aarch64')
10url="https://github.com/alexindigo/mangowcqml"
11license=('LGPL-3.0-only')
12depends=('qt6-base' 'qt6-declarative')
13makedepends=('cmake')
14provides=()
15conflicts=('qt6-mangowcqml-git')
16source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
17sha256sums=('1e92e9ec4e7b274b2c0a4e28ee377cc08c026f1c364d6e1a66b62576578dc7b8')
18
19build() {
20 cmake -B build -S "${srcdir}/${_projname}-${pkgver}" \
21 -DCMAKE_BUILD_TYPE=Release \
22 -DCMAKE_SKIP_RPATH=ON \
23 -DCMAKE_INSTALL_PREFIX=/usr
24 cmake --build build
25}
26
27package() {
28 DESTDIR="${pkgdir}" cmake --install build
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 07:20:18 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