mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
f46d80ac4f
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
13 lines
441 B
Bash
Executable File
13 lines
441 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-${version}.tar.bz2 curl-${version}.tar.bz2
|
|
https://curl.haxx.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
|
|
|
|
depends=zlib
|
|
auth_type="sig"
|
|
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
|
|
auth_opts="curl-${version}.tar.bz2.asc curl-${version}.tar.bz2"
|