mluevpn

LOW
maintainer mlue 0 votes scanned 2026-08-26 15:30:31.793073
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: mlue <phanithlim2002@gmail.com>
2pkgname=mluevpn
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="GTK4 VPN manager for OpenConnect and OpenVPN 3 with encrypted credential storage"
6arch=('any')
7url="https://github.com/phanithlim/mluevpn"
8license=('MIT')
9
10# python-gobject/gtk4/libadwaita are the GUI; the rest is the credential store
11# and the pexpect prompt driver. openconnect is a hard dependency because the
12# OpenConnect backend is half the app; openvpn3 lives in the AUR so it can only
13# be optional.
14depends=(
15 'python'
16 'python-gobject'
17 'gtk4'
18 'libadwaita'
19 'python-pexpect'
20 'python-cryptography'
21 'python-keyring'
22 'openconnect'
23 'sudo'
24)
25optdepends=(
26 'openvpn3: connect to OpenVPN .ovpn profiles'
27 'gnome-keyring: store the encryption key in the login keyring instead of a file'
28)
29makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
30
31source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
32sha256sums=('e1b96bea4dc6f9379878d58f5ed2e20e30926b6f0c56ec539f2f095c3b4555de')
33
34build() {
35 cd "$srcdir/$pkgname-$pkgver"
36 # Always the system interpreter, never whatever `python` happens to be on the
37 # builder's PATH. python-installer derives its install paths from the running
38 # interpreter's sysconfig, so building with an active virtualenv would lay the
39 # package out under that venv's prefix instead of /usr.
40 /usr/bin/python -m build --wheel --no-isolation
41}
42
43package() {
44 cd "$srcdir/$pkgname-$pkgver"
45 /usr/bin/python -m installer --destdir="$pkgdir" dist/*.whl
46
47 install -Dm644 packaging/mluevpn.desktop \
48 "$pkgdir/usr/share/applications/mluevpn.desktop"
49 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
50 install -Dm644 docs/design.md "$pkgdir/usr/share/doc/$pkgname/design.md"
51 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 15:30: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