aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/package-build/debian-libcpr/control
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 19:32:01 +0200
committerGitHub Enterprise <[email protected]>2025-10-24 19:32:01 +0200
commit4cba4eb3f122c7a1a49b629b1c0656d7f817f001 (patch)
treee184821073167f6e81a75193efca91013d7b359b /thirdparty/cpr/package-build/debian-libcpr/control
parentfixed progress bar when scanning changed local files (#608) (diff)
downloadzen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.tar.xz
zen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.zip
move cpr in-tree (#605)
* added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
Diffstat (limited to 'thirdparty/cpr/package-build/debian-libcpr/control')
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/control39
1 files changed, 39 insertions, 0 deletions
diff --git a/thirdparty/cpr/package-build/debian-libcpr/control b/thirdparty/cpr/package-build/debian-libcpr/control
new file mode 100644
index 000000000..e4526b1c5
--- /dev/null
+++ b/thirdparty/cpr/package-build/debian-libcpr/control
@@ -0,0 +1,39 @@
+Source: libcpr
+Section: libs
+Priority: optional
+Maintainer: Philip Saendig <[email protected]>
+Build-Depends:
+ debhelper-compat (= 12),
+ cmake,
+ libcurl4-openssl-dev,
+ libssl-dev,
+Standards-Version: 4.5.0
+Homepage: https://github.com/libcpr/cpr
+
+Package: libcpr-dev
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, libcpr1
+Description: C++ wrapper around the libcurl library - development kit
+ This package contains the header files and development
+ libraries of cpr, Curl for People.
+ .
+ The project is inspried by the Python Request project.
+ Using the more expressive language facilities of C++11,
+ it captures the essence of making network calls into a
+ few concise idioms.
+
+Package: libcpr1
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
+Description: C++ wrapper around the libcurl library - runtime library
+ This package contains the runtime, shared library of cpr,
+ Curl for People.
+ .
+ The project is inspried by the Python Request project.
+ Using the more expressive language facilities of C++11,
+ it captures the essence of making network calls into a
+ few concise idioms.