mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 11:09:05 +03:00
7 lines
194 B
Bash
7 lines
194 B
Bash
|
#!/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"
|