Files
packages/extra/asciidoc/asciidoc.toml
T
SFG545 bf96e50e44 Add various packages and patches for build system improvements
- Introduced valgrind with a patch to respect flags and updated its configuration.
- Added Vulkan ICD loader with CMake build configuration.
- Implemented Waf build system with a custom build script and configuration.
- Included Wayland protocols with Meson build system.
- Added xcb-util-keysyms with autotools configuration.
- Introduced Yasm with multiple patches for compatibility and improvements.
- Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
2026-03-22 23:25:50 -05:00

36 lines
734 B
TOML

[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
optional = [
"graphviz",
"lilypond",
"imagemagick",
"source-highlight",
"dblatex",
"fop",
"w3m",
"lynx",
]
runtime = [
"libxslt",
"docbook-xsl",
"python",
]
[package]
description = "Text document format for short documents, articles, books and UNIX man pages"
homepage = "https://asciidoc-py.github.io/"
license = "GPL-2.0-or-later"
name = "asciidoc"
version = "10.2.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "aa7be8ae894f6cc1e67784d76ffa6c6b9e9f96efdc695db43c6bd63820e5072b"
url = "https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"