libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.49k stars 924 forks source link

Add cpr package into Fedora Linux official repository #899

Closed topazus closed 1 year ago

topazus commented 1 year ago

Hi, I recently packaged cpr into Fedora official repository, and the cpr package will be available in a few days later.

Ref: https://src.fedoraproject.org/rpms/cpr https://bodhi.fedoraproject.org/updates/?packages=cpr

topazus commented 1 year ago

Awesome. Thank you @topazus ! Is there a way, we can automate this in our CI?

Do you mean, build and publish rpm package on Github release? Sadly, I am not familiar with building a CI/CD workflow with Github actions.

COM8 commented 1 year ago

The plan is to publish the result as an artifacts. If you want, you also can just post a bash script and then I will transform it into a CI run.