2021-03-28 22:27:26 +03:00
|
|
|
{
|
2021-03-30 02:35:12 +03:00
|
|
|
"curl": {
|
|
|
|
"branch": "master",
|
|
|
|
"description": "A command line tool and library for transferring data with URL syntax",
|
|
|
|
"homepage": "http://curl.se/",
|
|
|
|
"mingw": {
|
|
|
|
"include": "include",
|
|
|
|
"lib": "lib/.libs",
|
2021-06-03 01:43:07 +03:00
|
|
|
"prepare": "autoreconf -vfi && ./configure --disable-shared --disable-ldap --disable-rtsp --without-brotli --without-libidn2 --without-libpsl --without-nghttp2 --with-openssl",
|
2021-03-30 02:35:12 +03:00
|
|
|
"make": "-C lib libcurl.la"
|
|
|
|
},
|
|
|
|
"owner": "curl",
|
|
|
|
"repo": "curl",
|
2021-06-03 01:43:07 +03:00
|
|
|
"rev": "curl-7_77_0",
|
2021-03-30 02:35:12 +03:00
|
|
|
"type": "tarball",
|
2021-06-03 01:43:07 +03:00
|
|
|
"url": "https://github.com/curl/curl/archive/curl-7_77_0.tar.gz",
|
2021-03-30 02:35:12 +03:00
|
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
|
|
},
|
2021-03-28 22:27:26 +03:00
|
|
|
"lmdb": {
|
|
|
|
"branch": "mdb.master",
|
|
|
|
"description": "LMDB library",
|
|
|
|
"homepage": "http://www.lmdb.tech/",
|
|
|
|
"mingw": {
|
|
|
|
"strip": 2,
|
|
|
|
"make": "liblmdb.a"
|
|
|
|
},
|
|
|
|
"owner": "LMDB",
|
|
|
|
"repo": "lmdb",
|
|
|
|
"rev": "48a7fed59a8aae623deff415dda27097198ca0c1",
|
|
|
|
"type": "tarball",
|
|
|
|
"url": "https://github.com/LMDB/lmdb/archive/48a7fed59a8aae623deff415dda27097198ca0c1.tar.gz",
|
|
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
|
|
},
|
|
|
|
"secp256k1": {
|
|
|
|
"branch": "master",
|
|
|
|
"description": "Optimized C library for ECDSA signatures and secret/public key operations on curve secp256k1.",
|
|
|
|
"homepage": null,
|
|
|
|
"mingw": {
|
|
|
|
"include": "include",
|
|
|
|
"lib": ".libs",
|
2021-03-30 10:30:40 +03:00
|
|
|
"prepare": "./autogen.sh && ./configure --disable-shared --enable-module-recovery CFLAGS=-DSECP256K1_API=",
|
2021-03-29 16:27:27 +03:00
|
|
|
"make": "libsecp256k1.la"
|
2021-03-28 22:27:26 +03:00
|
|
|
},
|
|
|
|
"owner": "bitcoin-core",
|
|
|
|
"repo": "secp256k1",
|
|
|
|
"rev": "26de4dfeb1f1436dae1fcf17f57bdaa43540f940",
|
|
|
|
"type": "tarball",
|
|
|
|
"url": "https://github.com/bitcoin-core/secp256k1/archive/26de4dfeb1f1436dae1fcf17f57bdaa43540f940.tar.gz",
|
|
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
|
|
},
|
2021-04-01 16:22:35 +03:00
|
|
|
"uv": {
|
|
|
|
"branch": "v1.x",
|
|
|
|
"description": "Cross-platform asynchronous I/O",
|
|
|
|
"homepage": "http://libuv.org/",
|
|
|
|
"mingw": {
|
|
|
|
"include": "include",
|
|
|
|
"lib": ".libs",
|
|
|
|
"prepare": "./autogen.sh && ./configure --disable-shared",
|
|
|
|
"make": "libuv.la"
|
|
|
|
},
|
|
|
|
"owner": "libuv",
|
|
|
|
"repo": "libuv",
|
|
|
|
"rev": "v1.40.0",
|
|
|
|
"type": "tarball",
|
|
|
|
"url": "https://github.com/libuv/libuv/archive/v1.40.0.tar.gz",
|
|
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
|
|
},
|
2021-03-28 22:27:26 +03:00
|
|
|
"ent": {
|
|
|
|
"mingw": {
|
|
|
|
"prepare": "./configure"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ge-additions": {
|
|
|
|
"mingw": {
|
|
|
|
"make": "CFLAGS=-I../ed25519"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"libaes_siv": {
|
|
|
|
"mingw": {
|
|
|
|
}
|
|
|
|
}
|
2021-06-04 12:34:20 +03:00
|
|
|
}
|