diagmond
LOW
maintainer marin-m
0 votes
scanned 2026-09-26 13:15:17.470851
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
_pkgname=DiagNG
2
pkgname=diagmond
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc='D-Bus daemon for DiagNG privileged actions'
6
arch=('x86_64')
7
url='https://github.com/P1sec/DiagNG'
8
license=('GPL-3.0-only')
9
depends=(
10
'glib2'
11
'dbus'
12
'polkit'
13
'systemd-libs'
14
)
15
makedepends=('cargo' 'pkgconf' 'git' 'clang')
16
source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
17
sha256sums=('ee2a549875d634c65aa7f8b721011ee5a58ec4041bae79ffe2ca8476535537a7')
18
options=('!lto')
19
20
prepare() {
21
cd "$_pkgname-$pkgver/$pkgname"
22
cargo fetch --locked --target "$(rustc --print host-tuple)"
23
}
24
25
build() {
26
cd "$_pkgname-$pkgver/$pkgname"
27
cargo build --release --frozen
28
}
29
30
check() {
31
cd "$_pkgname-$pkgver/$pkgname"
32
cargo test --frozen
33
}
34
35
package() {
36
cd "$_pkgname-$pkgver/$pkgname"
37
install -Dm 755 "target/release/diagmond-bin" "$pkgdir/usr/bin/diagmond-bin"
38
39
cp -r share lib -t "$pkgdir/usr/"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 13:15:17 | Low | 1 |