blob: a3caacbfc9eedc46fd43f1d9fb7bb0578be286c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = nmgui-git
pkgdesc = A simple and lightweight GTK4-based GUI for managing Wi-Fi and network connections using NetworkManager (nmcli) under the hood.
pkgver = r7.5e12fd0
pkgrel = 3
url = https://github.com/s-adi-dev/nmgui
arch = x86_64
license = GPL3
makedepends = git
makedepends = nuitka
makedepends = python-pip
makedepends = python-virtualenv
depends = gtk4
depends = networkmanager
depends = python-gobject
optdepends = python-nmcli: for enhanced NetworkManager integration
provides = nmgui
conflicts = nmgui
conflicts = nmgui-bin
options = !strip
options = !debug
source = git+https://github.com/s-adi-dev/nmgui.git#branch=main
sha256sums = SKIP
pkgname = nmgui-git
|