bf96e50e44
- 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.
36 lines
734 B
TOML
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"
|