lindiskinfo

LOW
maintainer pacmanics 1 votes scanned 2026-08-26 19:30:41.077132
View on AUR
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
4pkgname=lindiskinfo
5pkgver=1.0.0
6pkgrel=2
7pkgdesc="Qt-based S.M.A.R.T. and NVMe health monitor for Linux, inspired by CrystalDiskInfo"
8arch=('x86_64')
9url="https://github.com/pacmanics/lindiskinfo"
10license=('GPL-3.0-or-later')
11
12depends=(
13 'gcc-libs'
14 'hicolor-icon-theme'
15 'polkit'
16 'qt6-base'
17 'smartmontools'
18)
19
20makedepends=(
21 'cmake'
22 'ninja'
23)
24
25source=(
26 "${pkgname}-${pkgver}.tar.gz::https://github.com/pacmanics/lindiskinfo/archive/refs/tags/v${pkgver}.tar.gz"
27)
28
29sha256sums=(
30 '7e4c48ef6ceaedb1d2017826a181b2296d0ec7377fa1924b80f634cf18aa35d8'
31)
32
33build() {
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
44package() {
45 DESTDIR="$pkgdir" \
46 cmake --install build
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 19:30:41 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion