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