erpc icon indicating copy to clipboard operation
erpc copied to clipboard

[FEATURE] Put eRPC C++ version into conan package manager

Open Hadatko opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Recently we started to use conan for downloading and building projects. Maybe we can consider to do support for that. User can then simply download C/C++ code without git, with requested version (similar to pypi which is for python only).

Describe the solution you'd like

If we would have some github automatization which would put new version of erpc to conan would be great. https://conan.io/center/recipes Here is complete list https://github.com/conan-io/conan-center-index/tree/master/recipes But github is hiding for me 577 options as there is too much on them :D

Describe alternatives you've considered

For c++ we don't have such a feature.

Steps you didn't forgot to do

  • [X] I checked if there is no related issue opened/closed.
  • [X] I checked that there doesn't exist opened PR which is solving this issue.

Additional context

Hadatko avatar Aug 25 '23 15:08 Hadatko

It looks like github has many option for automization: image

Hadatko avatar Aug 25 '23 15:08 Hadatko