darwan-bin

LOW
maintainer mah3uz 0 votes scanned 2026-09-26 21:15:27.200055
View on AUR
Why flagged

The package installs prebuilt theme and application files from a GitHub release; while the host is not a major trusted CDN, the content is not purely data but includes a binary, though from a project-maintainer source with low execution risk given the described functionality.

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 installs prebuilt theme and application files from a GitHub release; while the host is not a major trusted CDN, the content is not purely data but includes a binary, though from a project-maintainer source with low execution risk given the described functionality.

PKGBUILD

1# Maintainer: Mahfuz Shaikh <mah3uz at gmail dot com>
2
3pkgname=darwan-bin
4_pkgname=darwan
5pkgver=0.1.0
6pkgrel=1
7pkgdesc='Themes for the SDDM login screen and the Quickshell lockscreen, with a CLI, TUI and GUI (prebuilt)'
8arch=('x86_64')
9url='https://github.com/mah3uz/darwan'
10license=('GPL-3.0-only')
11depends=(
12 'gcc-libs'
13 'glibc'
14 'polkit'
15 'qt6-5compat'
16 'qt6-base'
17 'qt6-declarative'
18 'qt6-multimedia'
19 'qt6-multimedia-ffmpeg'
20 'quickshell'
21 'ttf-jetbrains-mono-nerd'
22)
23optdepends=(
24 'sddm: use the themes on the login screen'
25 'libfaketime: darwan preview --at'
26 'noto-fonts-cjk: Chinese text in the Genshin theme'
27)
28provides=("$_pkgname")
29conflicts=("$_pkgname")
30options=('!strip' '!debug')
31source=("$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64.pkg.tar.zst")
32sha256sums=('3ba191c03a368c340ded0935b0c2059b29cdb7545198996d5666470c15d0aaac')
33
34package() {
35 cp -r --no-preserve=ownership "$srcdir/usr" "$pkgdir/"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 21:15:27 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion