Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[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" ]