Search Criteria
Package Details: cpr-git 1.5.1.r31.g9ee5777-1
Git Clone URL: | https://aur.archlinux.org/cpr-git.git (read-only, click to copy) |
---|---|
Package Base: | cpr-git |
Description: | C++ requests library by whoshuu |
Upstream URL: | https://github.com/whoshuu/cpr |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Penter |
Maintainer: | omgitsaheadcrab |
Last Packager: | omgitsaheadcrab |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-20 21:13 |
Last Updated: | 2020-10-15 09:40 |
Required by (2)
- eifl-dev-git (make)
- eifl-git (make)
Latest Comments
omgitsaheadcrab commented on 2020-10-15 09:42
Thanks for the heads-up @D3SOX, updated now.
D3SOX commented on 2020-10-14 17:09
Since this compiles from master, it should follow the VCS_package_guidelines
Penter commented on 2019-04-07 15:54
Oof, I'm so sorry for the delay
But I'm unable to maintain this package further, cause I switched to Gentoo
I'd like to yield the maintenance to somebody.
major commented on 2019-04-07 12:11
Since it is a *-git package, shouldn't the source be the master branch? Why are you pulling a specific release?
Unarelith commented on 2019-04-06 14:31
If you have an error with CURLE_SSL_CACERT, just add "sed -i -e '41,42d' cpr/error.cpp" before "cmake ..." command in PKGBUILD.
sim590 commented on 2017-06-27 01:07
This installation doesn't provide pkg-config support since you're not installing any *.pc file. Therefore, the lib cannot be found automatically using either CMake or GNU Autotools. Also, if from a version to another version some building or linking flags change, the build will fail, hence the usage of pkg-config.
I know that pkg-config file should be provided by upstream and that's what the following issue is about I guess:
https://github.com/whoshuu/cpr/issues/191