sleex-ui-kit-git
LOW
maintainer Ardox
0 votes
scanned 2026-09-21 15:35:32.755745
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: Ardox <ardox@axos-project.com>
2
pkgname=sleex-ui-kit-git
3
_pkgname=sleex-ui-kit
4
pkgver=1.0.r22.a17b0da
5
pkgrel=9
6
pkgdesc="UI kit for Sleex desktop environment (git version)"
7
arch=("x86_64")
8
url="https://github.com/axos-project/sleex-ui-kit"
9
license=('GPL3')
10
depends=(
11
"qt6-base" "qt6-declarative" "qt6-tools" "qt6-wayland"
12
)
13
optdepends=("sleex-git: The Sleex desktop environment")
14
provides=("sleex-ui-kit")
15
conflicts=("sleex-ui-kit")
16
source=("git+https://github.com/axos-project/sleex-ui-kit.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "$_pkgname"
21
printf "1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
build() {
25
cd "$srcdir/$_pkgname/src"
26
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
27
cmake --build build -j$(nproc --ignore=2)
28
}
29
30
package() {
31
cd "$srcdir/$_pkgname/src/build"
32
DESTDIR="$pkgdir" cmake --install .
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 15:35:32 | Low | 1 |