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
+28
View File
@@ -0,0 +1,28 @@
[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"