29 lines
574 B
TOML
29 lines
574 B
TOML
[alternatives]
|
|
conflicts = ["pandoc-cli"]
|
|
provides = ["pandoc"]
|
|
|
|
[build]
|
|
type = "custom"
|
|
|
|
[dependencies]
|
|
optional = [
|
|
"pandoc-crossref",
|
|
"texlive-context",
|
|
"groff",
|
|
"python-weasyprint",
|
|
"typst",
|
|
]
|
|
|
|
[[manual_sources]]
|
|
urls = [
|
|
"https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-linux-amd64.tar.gz",
|
|
"https://github.com/jgm/pandoc/archive/$version.tar.gz",
|
|
]
|
|
|
|
[package]
|
|
description = "Conversion between documentation formats"
|
|
homepage = "https://pandoc.org/"
|
|
license = "GPL-2.0-or-later"
|
|
name = "pandoc-bin"
|
|
version = "3.9"
|