17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'nyx'
|
|
pkgname=nyx
|
|
version=2.1.0
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-stem tor"
|
|
short_desc="Command-line status monitor for tor"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://nyx.torproject.org/"
|
|
distfiles="${PYPI_SITE}/n/nyx/nyx-${version}.tar.gz"
|
|
checksum=88521488d1c9052e457b9e66498a4acfaaa3adf3adc5a199892632f129a5390b
|
|
|
|
# tests fail due to needing a working TERM, etc.
|
|
make_check=no
|