dotnet-manager
LOW
maintainer wheat32
0 votes
scanned 2026-08-22 03:16:42.422172
Why flagged
The package builds from source hosted on the project's own GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
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 source hosted on the project's own GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=dotnet-manager
2
pkgver=1.0.0
3
pkgrel=1
4
pkgdesc="A Qt GUI for installing and switching between .NET SDKs, runtimes and workloads"
5
arch=('x86_64' 'aarch64')
6
url="https://github.com/wheat32/dotnet-manager"
7
license=('GPL3')
8
depends=(
9
'qt6-base'
10
'qt6-svg'
11
'polkit'
12
)
13
optdepends=(
14
'curl: download .NET releases (wget works too)'
15
'wget: download .NET releases (curl works too)'
16
'qt6-wayland: native Wayland support'
17
)
18
makedepends=(
19
'cmake'
20
'ninja'
21
'git'
22
'qt6-tools'
23
)
24
source=(
25
"git+https://github.com/wheat32/dotnet-manager.git#tag=v${pkgver}"
26
)
27
sha256sums=('SKIP')
28
29
build() {
30
cmake -S "${srcdir}/${pkgname}/src" \
31
-B build \
32
-G Ninja \
33
-DCMAKE_BUILD_TYPE=Release \
34
-DCMAKE_INSTALL_PREFIX=/usr
35
36
cmake --build build
37
}
38
39
package() {
40
DESTDIR="${pkgdir}" cmake --install build
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 03:16:42 | Low | 2 |