rdp-connect

LOW
maintainer hbuddenberg 0 votes scanned 2026-08-28 17:36:11.985848
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: Hans-Dieter Buddenberg <hbuddenberg@gmail.com>
2pkgname=rdp-connect
3pkgver=2.0.0
4pkgrel=1
5pkgdesc="🖥️ High-performance RDP connection manager for Hyprland, Niri & Wayland compositors with Quickshell, Walker & Wofi menus"
6arch=(any)
7url="https://github.com/hbuddenberg/rdp-connect"
8license=(MIT)
9depends=(bash jq freerdp libnotify util-linux)
10optdepends=(
11 "quickshell: modern native QML graphical modal selector"
12 "walker: application launcher frontend"
13 "wofi: Wayland application launcher"
14 "rofi: application launcher"
15 "hyprland: dynamic tiling Wayland compositor"
16 "niri: scrollable-tiling Wayland compositor"
17 "wireguard-tools: VPN connectivity"
18)
19install=rdp-connect.install
20source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
21sha256sums=('85d15fe0b8477ea64a398ca0adfa46e4e499cd6d1f312f43024e56461a885078')
22
23package() {
24 cd "$srcdir/$pkgname-$pkgver" || return
25
26 # Engine CLI binary
27 install -Dm755 engine/rdp-connect "${pkgdir}/usr/bin/rdp-connect"
28
29 # Shared library
30 install -Dm644 lib/rdp-common.bash "${pkgdir}/usr/share/rdp-connect/lib/rdp-common.bash"
31
32 # Quickshell UI Modal
33 install -Dm644 ui/shell.qml "${pkgdir}/usr/share/rdp-connect/ui/shell.qml"
34
35 # Translations
36 install -dm755 "${pkgdir}/usr/share/rdp-connect/i18n"
37 install -Dm644 i18n/*.env "${pkgdir}/usr/share/rdp-connect/i18n/"
38
39 # Default profile template
40 install -Dm644 template/template.env "${pkgdir}/usr/share/rdp-connect/template/template.env"
41
42 # Documentation
43 install -dm755 "${pkgdir}/usr/share/doc/rdp-connect"
44 install -Dm644 README.md "${pkgdir}/usr/share/doc/rdp-connect/"
45
46 # License
47 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 17:36:11 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