incbin icon indicating copy to clipboard operation
incbin copied to clipboard

Request to make the project available on conan

Open Makogan opened this issue 4 years ago • 2 comments

Although one could simply add incbin to the version control of an application as it is quite small, this has the caveat that you cannot tell automatically if a new version is available. Being able to use conan to download and install the project would facilitate integrating the tool in projects.

Makogan avatar Jul 15 '21 06:07 Makogan

I'm not familiar with Conan but I don't mind if someone else wants to do that and we can support it officially upstream.

graphitemaster avatar Jul 21 '21 01:07 graphitemaster

We created a conanfile.py and CMakelists.txt build wrapper, in case someone wants to base their work off of it. I think it would be important to start versioning in this repository for a Conan package to make any sense though. We used a "virtual version" based off the number of commits.

See: https://github.com/eclipse/cloe/tree/master/vendor/incbin

cassava avatar Mar 21 '22 12:03 cassava