ddsn-bin

LOW
maintainer daedaevibin 1 votes scanned 2026-08-21 07:14:31.584968
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: Dae Euhwa <daedaevibin@ik.me>
2
3pkgname=ddsn-bin
4pkgver=1.7.0
5pkgrel=1
6pkgdesc="Dynamic Discord Rich Presence based on active Niri windows"
7arch=('x86_64')
8url="https://github.com/Veridian-Zenith/DDS"
9license=('MIT')
10depends=('glibc' 'niri')
11provides=('ddsn')
12conflicts=('ddsn' 'ddsn-git')
13source=("$url/releases/download/v$pkgver/ddsn"
14 "$url/raw/v$pkgver/scripts/discord-monitor.sh"
15 "$url/raw/v$pkgver/scripts/discord-monitor-niri.service"
16 "$url/raw/v$pkgver/common/src/config/default-config-niri.json"
17 "$url/raw/v$pkgver/LICENSE")
18sha256sums=('e5d2925c421e0a0d8e7c05dbf966e53fa22ba9ac1cf57ff1dda2be88e96ede7c'
19 'bd009eb28a8e0c26545fe2bf759a6c87e26fe723fd2405f8e20521b706c75a31'
20 '9ec33fa7244b1df6b995a1d85159c207373b391027a339f0afce7fe3d6b530f6'
21 'f395f71ec616592d224eb85cdc676346e3c655d488bfb5a637ace66d908e10bb'
22 '8e945a764f8cbb12c32187e0a30bbd350273f0cd2ff5f613008926c4fd5c2a8d')
23
24package() {
25 install -Dm755 "$srcdir/ddsn" -t "$pkgdir/usr/bin/"
26 install -Dm755 "$srcdir/discord-monitor.sh" "$pkgdir/usr/bin/discord-monitor-ddsn.sh"
27 install -Dm644 "$srcdir/discord-monitor-niri.service" -t "$pkgdir/usr/lib/systemd/user/"
28 install -Dm644 "$srcdir/default-config-niri.json" "$pkgdir/usr/share/ddsn/config.json"
29 install -Dm644 "$srcdir/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 07:14:31 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