dewlock
LOW
maintainer BlackFuffey
0 votes
scanned 2026-09-01 03:46:42.335607
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.
8
pkgver=0.1.0
9
_commit=ec31d2b
10
11
pkgname=dewlock
12
pkgrel=1
13
pkgdesc="A minimal, beautiful screen locker for Wayland"
14
arch=('x86_64' 'aarch64')
15
url="https://github.com/shikaan/dewlock"
16
license=('MIT')
17
depends=('wayland' 'libxkbcommon' 'cairo' 'pam')
18
# wayland-scanner ships in 'wayland', which is already a runtime dependency.
19
makedepends=('scdoc' 'make' 'gcc')
20
backup=('etc/pam.d/dewlock')
21
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
22
sha256sums=('e039a69eaa54c6d7438a18279d77c83af7a329ae529a8a2a992760d7f084e996')
23
24
build() {
25
cd "$pkgname-$pkgver"
26
make CC="gcc" VERSION="v$pkgver" SHA="$_commit" all
27
}
28
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 03:46:42 | Low | 1 |