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.
rust-libsqlite3-sys/rust2rpm.toml

12 lines
280 B

[requires]
build = ["pkgconfig(sqlcipher)", "pkgconfig(sqlite3) >= 3.7.16"]
lib = ["pkgconfig(sqlite3) >= 3.7.16"]
features.sqlcipher = ["pkgconfig(sqlcipher)"]
[scripts]
prep.post = [
"# * remove bundled copies of sqlite and sqlcipher",
"rm -vr sqlite3/ sqlcipher/",
]