qwt-multiaxes-updated-git
LOW
maintainer greyltc
0 votes
scanned 2026-09-04 09:57:12.601248
Why flagged
The package builds from a publicly accessible Git repository with a recent but plausible upload; the source is transparent and the build process is standard, with no evidence of malicious behavior or unverifiable binaries.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a publicly accessible Git repository with a recent but plausible upload; the source is transparent and the build process is standard, with no evidence of malicious behavior or unverifiable binaries.
PKGBUILD
1
pkgname=qwt-multiaxes-updated-git
2
pkgver=r182.34c2c7e
3
pkgrel=1
4
pkgdesc="Qt Widgets for Technical Applications -- analog devices fork, qwt-multiaxes-updated branch"
5
url="https://github.com/cseci/qwt"
6
arch=(x86_64)
7
depends=(
8
qt5-base
9
qt5-svg
10
glibc
11
gcc-libs
12
)
13
optdepends=(
14
'qt5-tools: For Designer plugin'
15
)
16
makedepends=(
17
git
18
qt5-tools
19
)
20
license=('custom:qwt')
21
conflicts=(qwt-multiaxes-git)
22
source=("git+https://github.com/cseci/qwt.git#branch=qwt-multiaxes-updated")
23
b2sums=('SKIP')
24
25
pkgver() {
26
cd qwt
27
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
28
}
29
30
prepare() {
31
cd qwt
32
33
sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
34
-e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
35
-e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
36
-e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
37
-e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
38
-i qwtconfig.pri
39
}
40
41
build() {
42
cd qwt
43
qmake-qt5 qwt.pro
44
make
45
}
46
47
package() {
48
cd qwt
49
make INSTALL_ROOT="${pkgdir}/opt/qwt-multiaxes-updated" install
50
install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
51
52
install -d "${pkgdir}/usr/lib"
53
ln -s /opt/qwt-multiaxes/usr/lib/libqwt.so.6.4.0 "${pkgdir}/usr/lib/libqwt.so.6.4.0"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 09:57:12 | Low | 2 |