blob: 38cedff36aa6e3d759369c7c331c6d9fe4a4cb59 (
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 = wingman-git
pkgdesc = Run multiple NetBird networks on one machine at once — isolated configs, sockets, and WireGuard interfaces
pkgver = 0.1.4.r67.g91a6a01
pkgrel = 1
url = https://github.com/dsandall/wingman
install = wingman-git.install
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
depends = python
depends = python-typer
depends = netbird
depends = libcap
depends = polkit
provides = wingman
conflicts = wingman
source = wingman::git+https://github.com/dsandall/wingman.git
sha256sums = SKIP
pkgname = wingman-git
|