17 lines
613 B
Bash
17 lines
613 B
Bash
# Template file for 'python3-sabctools'
|
|
pkgname=python3-sabctools
|
|
version=8.2.5
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="C implementations of functions for use within SABnzbd"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/sabnzbd/sabctools/"
|
|
distfiles="${PYPI_SITE}/s/sabctools/sabctools-${version}.tar.gz"
|
|
checksum=6440bcd77fc9a463c414bfa75ca1405c57d4aeb84408222a38d7b6ecbc12d348
|
|
|
|
CXXFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc} -I${XBPS_CROSS_BASE}/usr/include"
|