Add curl dependency

This commit is contained in:
cochcoder 2025-03-07 09:05:44 -05:00 committed by GitHub
parent 3b55b25a4e
commit 888a0c4a75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,21 @@ modules:
- /lib/*.la
- /lib/pkgconfig
- name: curl
config-opts:
- --disable-static
- --enable-versioned-symbols
- --with-openssl
sources:
- type: archive
url: https://curl.se/download/curl-8.6.0.tar.xz
sha256: 3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15
cleanup:
- /include
- /lib/*.la
- /lib/pkgconfig
- /share/man
- name: kde-extra-cmake-modules
buildsystem: cmake-ninja
sources: