EmbeddedRPC / erpc

Embedded RPC
https://github.com/EmbeddedRPC/erpc/wiki
BSD 3-Clause "New" or "Revised" License
763 stars 211 forks source link

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

Open Hadatko opened 1 year ago

Hadatko commented 1 year ago

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

Additional context

Hadatko commented 1 year ago

It looks like github has many option for automization: image