mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
19 lines
648 B
JSON
19 lines
648 B
JSON
{
|
|
"openssl": {
|
|
"branch": "1_1_1n",
|
|
"homepage": "https://www.openssl.org/",
|
|
"pmnsh": {
|
|
"include": "build/include",
|
|
"lib": "build",
|
|
"prepare": "./config --prefix=`mkdir -p build && readlink -f ./build` --libdir=. no-shared no-tests",
|
|
"make": "install_dev"
|
|
},
|
|
"owner": "openssl",
|
|
"repo": "openssl",
|
|
"rev": "OpenSSL_1_1_1n",
|
|
"type": "tarball",
|
|
"url": "https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1n.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
|
|
}
|
|
}
|