summaryrefslogtreecommitdiff
path: root/Ports/curl/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/curl/package.sh')
-rwxr-xr-xPorts/curl/package.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh
new file mode 100755
index 0000000000..2a146f6ebe
--- /dev/null
+++ b/Ports/curl/package.sh
@@ -0,0 +1,6 @@
+#!/bin/bash ../.port_include.sh
+port=curl
+version=7.65.3
+useconfigure=true
+configopts="--disable-threaded-resolver"
+files="https://curl.haxx.se/download/curl-7.65.3.tar.bz2 curl-7.65.3.tar.bz2"