astra-airlock-git
LOW
maintainer evertiro
0 votes
scanned 2026-08-25 19:27:42.084104
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source for a git-based AUR package; no untrusted executables or malicious patterns are present.
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 a public Git repository with a SKIP'd checksum, but it is a legitimate source for a git-based AUR package; no untrusted executables or malicious patterns are present.
PKGBUILD
1
# Maintainer: Dan Griffiths <me at evertiro dot com>
2
3
pkgname=astra-airlock-git
4
pkgver=1.1.2.r12.g9ef48d1
5
pkgrel=1
6
pkgdesc='A beautiful m3expressive greetd frontend based on Caelestia'
7
arch=('x86_64')
8
url='https://github.com/AstraSuite/Airlock'
9
license=('GPL-3.0-only')
10
depends=(
11
'glibc'
12
'greetd'
13
'libstdc++'
14
'qt6-base'
15
'qt6-declarative'
16
'qt6-m3shapes-git'
17
)
18
optdepends=(
19
'caelestia-cli: dynamic color scheme synching with Caelestia'
20
'cage: required if not using Hyprland'
21
'hyprland: required if not using Cage'
22
'wlr-randr: required if using monitor flags'
23
)
24
makedepends=(
25
'cmake'
26
'git'
27
'ninja'
28
)
29
conflicts=(
30
'astra-airlock'
31
'astra-airlock-bin'
32
)
33
source=(
34
"${pkgname}::git+${url}.git"
35
"astra-airlock.install"
36
)
37
sha256sums=(
38
'SKIP'
39
'7d6ed7e60cc63afc2ff25321a19e55d817713ed38963547ae6b2c6d5672e39fc'
40
)
41
pkgver() {
42
cd "${srcdir}/${pkgname}"
43
44
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
45
}
46
build()
47
{
48
cd "${srcdir}/${pkgname}"
49
50
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
51
cmake --build build
52
}
53
package()
54
{
55
cd "${srcdir}/${pkgname}"
56
57
DESTDIR="$pkgdir" cmake --install build
58
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
59
}
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 19:27:42 | Low | 2 |