Package Details: libcurlpp 0.8.1-2

Git Clone URL: https://aur.archlinux.org/libcurlpp.git (read-only, click to copy)
Package Base: libcurlpp
Description: cURLpp is a C++ wrapper for libcURL.
Upstream URL: http://curlpp.org
Licenses: MIT
Submitter: fsmv
Maintainer: fsmv
Last Packager: fsmv
Votes: 10
Popularity: 0.36
First Submitted: 2016-02-09 01:28 (UTC)
Last Updated: 2022-10-08 22:49 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

meow6969 commented on 2025-02-16 17:31 (UTC)

hi if u try to do makepkg then it fails after reaching build() then if u try again then u will get the error "mkdir: cannot create directory 'build': file exists" u can fix this by just replaceing the "mkdir build" inside "build()" function with if [ ! -d "build" ]; then mkdir build; fi; then it will work ok

fsmv commented on 2022-10-08 22:50 (UTC)

Done. I don't have an arm64 machine to test it on so I'll take your word for it that it works.

luxio commented on 2022-10-08 22:38 (UTC)

please add 'aarch64' as supported arch

fsmv commented on 2017-07-29 21:29 (UTC)

Done! Sorry about the delay.

sim590 commented on 2017-07-12 05:35 (UTC)

Can you upload 0.8.1 version? I have a packge~[1] which depends on curlpp 0.8.1. [1]: https://aur.archlinux.org/packages/dpaste/