11 lines
384 B
JSON
11 lines
384 B
JSON
{
|
|
"name" : "curl",
|
|
"dependencies" : "",
|
|
"default version" : "7.85.0",
|
|
"download" : "git clone --depth 1 --branch curl-$VERSION_UNDERSCORE https://github.com/curl/curl.git curl-$VERSION",
|
|
"configure" : "autoreconf -fi; ./configure --with-openssl --prefix=$PREFIX",
|
|
"build" : "make -j $BUILDTHREADS",
|
|
"install" : "make install",
|
|
"object files" : "362"
|
|
}
|