You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
609 B
27 lines
609 B
[package]
|
|
summary = "Rust bindings for oniguruma"
|
|
cargo-toml-patch-comments = [
|
|
"bump bindgen build-dependency from 0.59 to 0.69",
|
|
"remove reference to readme file that is not included in published crates",
|
|
]
|
|
|
|
[[package.extra-patches]]
|
|
number = 1
|
|
file = "0001-Unconditionally-use-bindgen-and-dynamic-linking-with.patch"
|
|
comments = ["unconditionally use bindgen and dynamic linking with pkg-config"]
|
|
|
|
[requires]
|
|
build = [
|
|
"pkgconfig(oniguruma) >= 6.8.0",
|
|
]
|
|
lib = [
|
|
"pkgconfig(oniguruma) >= 6.8.0",
|
|
]
|
|
|
|
[scripts]
|
|
prep.post = [
|
|
"# remove bundled oniguruma sources",
|
|
"rm -r oniguruma/",
|
|
]
|
|
|