astra-airlock
LOW
maintainer evertiro
0 votes
scanned 2026-08-25 19:27:42.084104
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: Dan Griffiths <me at evertiro dot com>
2
3
pkgname=astra-airlock
4
pkgver=1.1.2
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
'ninja'
27
)
28
conflicts=(
29
'astra-airlock-bin'
30
'astra-airlock-git'
31
)
32
source=(
33
"${pkgname}-${pkgver}::https://github.com/AstraSuite/Airlock/archive/refs/tags/v${pkgver}.zip"
34
"astra-airlock.install"
35
)
36
sha256sums=(
37
'e790ce3efae269b4e4b4d68c733e70bb471dc928d0081c5d6ac38c200de508de'
38
'7d6ed7e60cc63afc2ff25321a19e55d817713ed38963547ae6b2c6d5672e39fc'
39
)
40
build()
41
{
42
cd "${srcdir}/Airlock-${pkgver}"
43
44
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
45
cmake --build build
46
}
47
package()
48
{
49
cd "${srcdir}/Airlock-${pkgver}"
50
51
DESTDIR="$pkgdir" cmake --install build
52
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 19:27:42 | Low | 1 |