mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
14 lines
563 B
Bash
14 lines
563 B
Bash
# Template file for 'configshell-fb'
|
|
pkgname=configshell-fb
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3-six python3-urwid python3-parsing"
|
|
checkdepends="$depends"
|
|
short_desc="Python library for building configuration shells"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/open-iscsi/configshell-fb"
|
|
distfiles="${PYPI_SITE}/c/configshell-fb/configshell_fb-${version}.tar.gz"
|
|
checksum=65b032cc17bf4f037328b286048074345b3db534dcc5a58048ef28c3a170c081
|