Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"sh",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Support library for libgcrypt"
|
||||
homepage = "https://www.gnupg.org/"
|
||||
license = [
|
||||
"BSD-3-Clause OR LGPL-2.1-or-later",
|
||||
"FSFULLR",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.1-or-later",
|
||||
]
|
||||
name = "libgpg-error"
|
||||
version = "1.59"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134"
|
||||
url = "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2"
|
||||
post_extract = [ "autoreconf -fiv" ]
|
||||
Reference in New Issue
Block a user