27 lines
798 B
TOML
27 lines
798 B
TOML
[package]
|
|
name = "docbook-xsl"
|
|
version = "1.79.2"
|
|
description = "XSL stylesheets for transforming XML DocBook files"
|
|
homepage = "https://github.com/docbook/xslt10-stylesheets"
|
|
license = "DocBook-Stylesheet"
|
|
|
|
[[source]]
|
|
url = "https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$version/docbook-xsl-nons-$version.tar.gz"
|
|
sha256 = "f89425b44e48aad24319a2f0d38e0cb6059fdc7dbaf31787c8346c748175ca8e"
|
|
extract_dir = "$name-nons-$version"
|
|
patches = [ "765567_non-recursive_string_subst.patch" ]
|
|
|
|
[[manual_sources]]
|
|
file = "765567_non-recursive_string_subst.patch"
|
|
sha256 = "42d69ef938ff85e01cd5fe825cc3e70cd8dceaa88277d4940383b56fefd02dac"
|
|
|
|
[build]
|
|
type = "custom"
|
|
|
|
[build.flags]
|
|
no_flags = true
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
runtime = [ "docbook-xml", "libxml215", "libxslt" ]
|