commit 88b28b459de8cbb0965a9b6de204fd762bcb4d08
parent 941f71053a6d1ab216e2ea70e34e66f39f84d481
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Mon, 6 Sep 2021 10:22:42 -0500
curl: bearssl
Diffstat:
5 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/curl/build b/curl/build
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-ipv6 \
+ --enable-unix-sockets \
+ --enable-hidden-symbols \
+ --without-libidn \
+ --without-libidn2 \
+ --disable-manual \
+ --disable-ldap \
+ --disable-ares \
+ --without-librtmp \
+ --without-icu \
+ --without-libpsl \
+ --without-brotli \
+ --with-pic \
+ --with-bearssl
+
+make curl_LDFLAGS=-all-static
+make DESTDIR="$1" install
diff --git a/curl/checksums b/curl/checksums
@@ -0,0 +1 @@
+/home/nihal/.local/repos/repo/core/curl/checksums+
\ No newline at end of file
diff --git a/curl/depends b/curl/depends
@@ -0,0 +1,3 @@
+bearssl
+zlib
+zstd
diff --git a/curl/sources b/curl/sources
@@ -0,0 +1 @@
+/home/nihal/.local/repos/repo/core/curl/sources+
\ No newline at end of file
diff --git a/curl/version b/curl/version
@@ -0,0 +1 @@
+/home/nihal/.local/repos/repo/core/curl/version+
\ No newline at end of file