Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = [
|
||||
"--disable-static",
|
||||
"--disable-padlock-support",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"libgpg-error",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "General purpose cryptographic library based on the code from GnuPG"
|
||||
homepage = "https://www.gnupg.org/"
|
||||
license = [
|
||||
"BSD-3-Clause",
|
||||
"BSD-3-Clause OR GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"LGPL-2.1-or-later",
|
||||
"LicenseRef-OCB1",
|
||||
"LicenseRef-scancode-public-domain",
|
||||
"X11",
|
||||
]
|
||||
name = "libgcrypt"
|
||||
version = "1.12.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
post_extract = [
|
||||
'sed -i "s:t-secmem::" tests/Makefile.am',
|
||||
'sed -i "s:t-sexp::" tests/Makefile.am',
|
||||
"""sed -i 's/beta=yes/beta=no/; s/tmp="-unknown"/tmp=""/' autogen.sh""",
|
||||
"autoreconf -vfi",
|
||||
]
|
||||
sha256 = "7df5c08d952ba33f9b6bdabdb06a61a78b2cf62d2122c2d1d03a91a79832aa3c"
|
||||
url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2"
|
||||
Reference in New Issue
Block a user