parent
2f8ed52498
commit
9132586912
@ -1,5 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
buildrequires =
|
|
||||||
pkgconfig(oniguruma) >= 6.8.0
|
|
||||||
lib.requires =
|
|
||||||
pkgconfig(oniguruma) >= 6.8.0
|
|
@ -0,0 +1,26 @@
|
|||||||
|
[package]
|
||||||
|
summary = "Rust bindings for oniguruma"
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"bump bindgen build-dependency from 0.59 to 0.63",
|
||||||
|
"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/",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in new issue