blob: ae117eaa60fd0b8561eacb8c8a1e8d4ef9f02bb4 (
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 = wlcontrol-git
pkgdesc = WiFi and Bluetooth control app, built with GTK4/libadwaita
pkgver = 0.1.0.r0.g530431e
pkgrel = 1
url = https://github.com/neoden/wlcontrol
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
makedepends = blueprint-compiler
makedepends = gcc
makedepends = pkgconf
depends = gtk4
depends = libadwaita
depends = dbus
optdepends = iwd: WiFi support
optdepends = bluez: Bluetooth support
provides = wlcontrol
conflicts = wlcontrol
options = !lto
source = git+https://github.com/neoden/wlcontrol.git
sha256sums = SKIP
pkgname = wlcontrol-git
|