Skip to content

Commit

Permalink
[IS-1512] Draft usage of cargo deb plugin for libindy.
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Minaev <[email protected]>
  • Loading branch information
jovfer committed Mar 2, 2020
1 parent 36b69f6 commit 2a32e8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libindy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,14 @@ dirs = "2.0.2"
[[bench]]
name = "wallet"
harness = false

[package.metadata.deb]
provides = "libindy (= 1.14.3)"

[package.metadata.deb.variants.xenial]
name = "libindy"
depends = "libzmq5, libsodium18, libssl1.0.0"

[package.metadata.deb.variants.bionic]
name = "libindy"
depends = "libzmq5, libsodium23, libssl1.1"

0 comments on commit 2a32e8a

Please sign in to comment.