dewlock

LOW
maintainer BlackFuffey 0 votes scanned 2026-09-01 03:46:42.335607
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 (Upstream): Manuel Spagnolo <shikaan@disroot.org>
2# Maintainer (AUR): BlackFuffey <fluffistical@gmail.com>
3
4# This PKGBUILD was sourced from upstream release page
5
6# dewlock v0.1.0. Note: this tag hardcodes -Werror and ignores the
7# CFLAGS from makepkg.conf; both are fixed upstream after v0.1.0.
8pkgver=0.1.0
9_commit=ec31d2b
10
11pkgname=dewlock
12pkgrel=1
13pkgdesc="A minimal, beautiful screen locker for Wayland"
14arch=('x86_64' 'aarch64')
15url="https://github.com/shikaan/dewlock"
16license=('MIT')
17depends=('wayland' 'libxkbcommon' 'cairo' 'pam')
18# wayland-scanner ships in 'wayland', which is already a runtime dependency.
19makedepends=('scdoc' 'make' 'gcc')
20backup=('etc/pam.d/dewlock')
21source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
22sha256sums=('e039a69eaa54c6d7438a18279d77c83af7a329ae529a8a2a992760d7f084e996')
23
24build() {
25 cd "$pkgname-$pkgver"
26 make CC="gcc" VERSION="v$pkgver" SHA="$_commit" all
27}
28
29package() {
30 cd "$pkgname-$pkgver"
31 make install VERSION="v$pkgver" SHA="$_commit" DESTDIR="$pkgdir" PREFIX=/usr
32 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 03:46: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