mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
84 lines
3.2 KiB
JSON
84 lines
3.2 KiB
JSON
{
|
|
"curl": {
|
|
"branch": "master",
|
|
"description": "A command line tool and library for transferring data with URL syntax",
|
|
"homepage": "http://curl.se/",
|
|
"pmnsh": {
|
|
"include": "include",
|
|
"lib": "lib/.libs",
|
|
"prepare": "autoreconf -vfi && ./configure --disable-shared --disable-ldap --disable-rtsp --without-brotli --without-libidn2 --without-libpsl --without-nghttp2 --with-openssl",
|
|
"make": "-C lib libcurl.la"
|
|
},
|
|
"owner": "curl",
|
|
"repo": "curl",
|
|
"rev": "curl-7_77_0",
|
|
"type": "tarball",
|
|
"url": "https://github.com/curl/curl/archive/curl-7_77_0.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"lmdb": {
|
|
"branch": "mdb.master",
|
|
"description": "LMDB library",
|
|
"homepage": "http://www.lmdb.tech/",
|
|
"pmnsh": {
|
|
"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,
|
|
"owner": "bitcoin-core",
|
|
"pmnsh": {
|
|
"include": "include",
|
|
"lib": ".libs",
|
|
"make": "libsecp256k1.la",
|
|
"prepare": "./autogen.sh && ./configure --disable-shared --enable-benchmark=no --enable-exhaustive-tests=no --enable-experimental --enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig --enable-tests=yes CFLAGS=-DSECP256K1_API="
|
|
},
|
|
"repo": "secp256k1",
|
|
"rev": "5dcc6f8dbdb1850570919fc9942d22f728dbc0af",
|
|
"sha256": "x9qG2S6tBSRseWaFIN9N2fRpY1vkv8idT3d3rfJnmaU",
|
|
"type": "tarball",
|
|
"url": "https://github.com/bitcoin-core/secp256k1/archive/5dcc6f8dbdb1850570919fc9942d22f728dbc0af.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"uv": {
|
|
"branch": "v1.x",
|
|
"description": "Cross-platform asynchronous I/O",
|
|
"homepage": "http://libuv.org/",
|
|
"pmnsh": {
|
|
"include": "include",
|
|
"lib": ".libs",
|
|
"prepare": "./autogen.sh && ./configure --disable-shared",
|
|
"make": "libuv.la",
|
|
"compat": {
|
|
"m1brew": false
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"ent": {
|
|
"pmnsh": {
|
|
"prepare": "./configure"
|
|
}
|
|
},
|
|
"urcrypt": {
|
|
"pmnsh": {
|
|
"prepare": "./autogen.sh && ./configure --disable-shared PKG_CONFIG_PATH=../secp256k1 CFLAGS=\"-I../secp256k1/include -I../libaes_siv\" LDFLAGS=-L../libaes_siv",
|
|
"make": "install"
|
|
}
|
|
}
|
|
}
|