astra-airlock

LOW
maintainer evertiro 0 votes scanned 2026-08-25 19:27:42.084104
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: Dan Griffiths <me at evertiro dot com>
2
3pkgname=astra-airlock
4pkgver=1.1.2
5pkgrel=1
6pkgdesc='A beautiful m3expressive greetd frontend based on Caelestia'
7arch=('x86_64')
8url='https://github.com/AstraSuite/Airlock'
9license=('GPL-3.0-only')
10depends=(
11 'glibc'
12 'greetd'
13 'libstdc++'
14 'qt6-base'
15 'qt6-declarative'
16 'qt6-m3shapes-git'
17)
18optdepends=(
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)
24makedepends=(
25 'cmake'
26 'ninja'
27)
28conflicts=(
29 'astra-airlock-bin'
30 'astra-airlock-git'
31)
32source=(
33 "${pkgname}-${pkgver}::https://github.com/AstraSuite/Airlock/archive/refs/tags/v${pkgver}.zip"
34 "astra-airlock.install"
35)
36sha256sums=(
37 'e790ce3efae269b4e4b4d68c733e70bb471dc928d0081c5d6ac38c200de508de'
38 '7d6ed7e60cc63afc2ff25321a19e55d817713ed38963547ae6b2c6d5672e39fc'
39)
40build()
41{
42 cd "${srcdir}/Airlock-${pkgver}"
43
44 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
45 cmake --build build
46}
47package()
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)SeverityRules
2026-08-25 19:27:42 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