30 lines
1.0 KiB
Bash
30 lines
1.0 KiB
Bash
# Template file for 'xml2rfc'
|
|
pkgname=xml2rfc
|
|
version=3.27.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools"
|
|
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
|
|
python3-intervaltree python3-Jinja2 python3-MarkupSafe python3-kitchen
|
|
python3-lxml python3-pycountry python3-yaml python3-requests python3-six
|
|
python3-google-i18n-address python3-wcwidth python3-platformdirs
|
|
python3-setuptools"
|
|
short_desc="Generate RFCs and IETF drafts from XML"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://ietf-tools.github.io/xml2rfc/"
|
|
distfiles="https://github.com/ietf-tools/xml2rfc/archive/v${version}/xml2rfc-${version}.tar.gz"
|
|
checksum=f68c1b33df76b0e6acbf716145fedc6c0805918de09460de161480c612e4e861
|
|
make_check=no # too many dependencies
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
xml2rfc-pdf_package() {
|
|
short_desc+=" - PDF Support"
|
|
depends="${sourcepkg}-${version}_${revision} python3-WeasyPrint pango
|
|
noto-fonts-ttf fonts-roboto-ttf"
|
|
build_style=meta
|
|
}
|