mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:27:35 +00:00
7 lines
207 B
Bash
Executable file
7 lines
207 B
Bash
Executable file
#!/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"
|
|
depends=zlib
|