frozen icon indicating copy to clipboard operation
frozen copied to clipboard

Add conan package

Open peter-moran opened this issue 3 years ago • 3 comments

It would be great to have a conan package for this. It's not too hard since this is a header only library.

This would include:

  • [ ] Write source() to pull files from git
  • [ ] Handle versioning info via git
  • [ ] Add ability for run() to perform tests
  • [ ] Package all header files

This is pretty easy and I could do it myself.

peter-moran avatar Nov 24 '20 16:11 peter-moran

Something like that? https://conan.io/center/frozen

serge-sans-paille avatar Nov 24 '20 17:11 serge-sans-paille

It's relatively old though.

serge-sans-paille avatar Nov 24 '20 17:11 serge-sans-paille

Ah, I forgot that existed. I was thinking it would be easier to maintain the conan package inside this git repo, but based on the way https://github.com/conan-io/conan-center-index is managed, it is probably best practice to have the recipe be external to the project itself.

peter-moran avatar Dec 06 '20 19:12 peter-moran