18 lines
649 B
Bash
18 lines
649 B
Bash
# Template file for 'targetcli-fb'
|
|
pkgname=targetcli-fb
|
|
version=3.0.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
|
|
checkdepends="$depends"
|
|
short_desc="CLI for configuring the LIO generic SCSI target"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/open-iscsi/targetcli-fb"
|
|
distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
|
|
checksum=f50223ec1d429024a790e6792f8df22f88dcd1e1d07acbb7c78399097f48cb9d
|
|
make_dirs="
|
|
/etc/target 0755 root root
|
|
/etc/target/backup 0755 root root"
|