blob: 6391fcd30cd338f95a6347873cea21c757b07e53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-rns
pkgdesc = Self-configuring, encrypted and resilient mesh networking stack
pkgver = 1.0.0
pkgrel = 1
url = https://reticulum.network/
arch = any
license = MIT
makedepends = python-setuptools
depends = python-cryptography
depends = python-pyserial
optdepends = python-adafruit-nrfutil: for flashing NRF52-based devices
provides = rnodeconf
conflicts = rnodeconf
source = python-rns-1.0.0::https://github.com/markqvist/Reticulum/archive/refs/tags/1.0.0.tar.gz
sha256sums = 25769ce1e439734a10b0fb9e82eafa5289fb4d4e1be80d78ff64ef207603860c
pkgname = python-rns
|