lindiskinfo
LOW
maintainer pacmanics
1 votes
scanned 2026-08-26 19:30:41.077132
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: PacmanicS <234399792+pacmanics at users dot noreply dot github dot com>
2
# SPDX-License-Identifier: 0BSD
3
4
pkgname=lindiskinfo
5
pkgver=1.0.0
6
pkgrel=2
7
pkgdesc="Qt-based S.M.A.R.T. and NVMe health monitor for Linux, inspired by CrystalDiskInfo"
8
arch=('x86_64')
9
url="https://github.com/pacmanics/lindiskinfo"
10
license=('GPL-3.0-or-later')
11
12
depends=(
13
'gcc-libs'
14
'hicolor-icon-theme'
15
'polkit'
16
'qt6-base'
17
'smartmontools'
18
)
19
20
makedepends=(
21
'cmake'
22
'ninja'
23
)
24
25
source=(
26
"${pkgname}-${pkgver}.tar.gz::https://github.com/pacmanics/lindiskinfo/archive/refs/tags/v${pkgver}.tar.gz"
27
)
28
29
sha256sums=(
30
'7e4c48ef6ceaedb1d2017826a181b2296d0ec7377fa1924b80f634cf18aa35d8'
31
)
32
33
build() {
34
cmake \
35
-S "${pkgname}-${pkgver}" \
36
-B build \
37
-G Ninja \
38
-DCMAKE_BUILD_TYPE=None \
39
-DCMAKE_INSTALL_PREFIX=/usr
40
41
cmake --build build
42
}
43
44
package() {
45
DESTDIR="$pkgdir" \
46
cmake --install build
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 19:30:41 | Low | 1 |