blob: a2ba571568af42727610ac03f437e7bc8cf22c28 (
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
25
26
27
28
|
pkgbase = netaudio-git
pkgdesc = CLI for managing network audio devices (git version)
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/chris-ritsen/network-audio-controller
arch = any
license = Unlicense
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
depends = python
depends = python-zeroconf
depends = python-ifaddr
depends = python-sqlitedict
depends = python-typer
depends = python-rich
depends = python-pyyaml
optdepends = python-pynacl: device lock/unlock
optdepends = python-redis: packet capture features
optdepends = wireshark-cli: live network capture
provides = netaudio
conflicts = netaudio
source = netaudio-git::git+https://github.com/chris-ritsen/network-audio-controller.git
sha256sums = SKIP
pkgname = netaudio-git
|