How to build conda package with pybind11, any examples?

Hi,

Disclaimer: I am a complete beginner with conda.

I was trying to build a simple package for conda. You can find it here: GitHub - BolunDai0216/conda-bonjour: Tutorial on packaging with conda. I want to move from using pip install to using a build.sh. And now it does not work. I have little idea why it does not work. So I just want to see if anyone knows if there is any resource on how to do this so I can ask more meaningful questions (build a conda package what has python bindings using pybind11) preferably with a simple CMakeLists.txt.

conda-forge publishes all its recipes in the open. Together with the new Github Code Search, it becomes a wikipedia of recipes! For example, check this search for recipes using pybind11.