Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
"--enable-shared",
"--disable-native",
"--enable-fat",
]
[dependencies]
runtime = [
"glibc",
"libunwind",
]
[package]
description = "C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions"
homepage = "https://blake2.net/"
license = "CC0-1.0"
name = "libb2"
version = "0.98.1"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/BLAKE2/libb2.git#v$version"
post_extract = [ "autoreconf -fiv" ]