26 lines
630 B
TOML
26 lines
630 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [ "--disable-static" ]
|
|
build_32 = true
|
|
configure-lib32 = [ "--disable-static" ]
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[dependencies.lib32]
|
|
runtime = [ "lib32-glibc" ]
|
|
|
|
[package]
|
|
description = "modern, portable, easy to use crypto library"
|
|
homepage = "https://github.com/jedisct1/libsodium"
|
|
license = "ISC"
|
|
name = "libsodium"
|
|
version = "1.0.21"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "sha256:9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf"
|
|
url = "https://github.com/jedisct1/libsodium/releases/download/$version-RELEASE/libsodium-$version.tar.gz"
|