31 lines
827 B
TOML
31 lines
827 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = ["meson"]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "Lean cryptographic library usable for bare-metal environments"
|
|
homepage = "https://leancrypto.org/"
|
|
license = [
|
|
"GPL-2.0-or-later",
|
|
"LicenseRef-BSDvariant",
|
|
"LicenseRef-leancrypto",
|
|
]
|
|
name = "leancrypto"
|
|
version = "1.6.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "b5057cfb990108c4a9f21832f1f35f3d98115012d1628e00650558e6b49e8285"
|
|
url = "https://github.com/smuellerDD/leancrypto/archive/refs/tags/v$version.tar.gz"
|
|
patches = [ "leancrypto-1.6.0-posixify.patch" ]
|
|
|
|
[[manual_sources]]
|
|
file = "leancrypto-1.6.0-posixify.patch"
|
|
sha256 = "b2:0bdfa15cc655c75e1bd3a4e083b69ad73dfe619bc346bba4a3e9a6ddee96b65455813fdafe904e444cd83c24386346b10392bbabc327b2f1ba9da8a615363afd"
|