25 lines
720 B
TOML
25 lines
720 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
build = ["docbook-xsl"]
|
|
runtime = ["libxslt"]
|
|
|
|
[package]
|
|
description = "Convert xml to many other formats"
|
|
homepage = "https://pagure.io/xmlto/"
|
|
license = "GPL-2.0-or-Later"
|
|
name = "xmlto"
|
|
version = "0.0.29"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
patches = ["xmlto-0.0.29-posixify.patch"]
|
|
sha256 = "40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a"
|
|
url = "https://pagure.io/xmlto/archive/$version/xmlto-$version.tar.gz"
|
|
post_extract = [ "autoreconf -fiv" ]
|
|
|
|
[[manual_sources]]
|
|
file = "xmlto-0.0.29-posixify.patch"
|
|
sha256 = "b2:dae98bb8abac15167f0b8f0d94688e194ea5ddca694eab0b786919a5422da663f3e339d42834d902a59adec56ecf61361e03c6ba2983e5e82d56e0296d6ba019"
|