Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user