Create a recipe for libu2f-server
Haiku is a UNIX-like open source operating system that provides a tool called haikuporter to build 3rd party open source software.
A recipe in Haiku is a text file that the haikuporter tool reads in order to build open source software and create packages for it. The collection of recipes that may be built by haikuporter is called HaikuPorts.
If you are new to Haiku then you should probably start with these tasks:
The goal of this task is to write a recipe for libu2f-server, Yubico's Universal 2nd Factor (U2F) server C Library.
You can find the sources on the project homepage: https://developers.yubico.com/libu2f-server/
You can also browse the sources on GitHub: https://github.com/Yubico/libu2f-server
The recipe should be added to haikuports at haikuports/app-crypt/libu2f-server/.
Hint: libu2f-server needs haikuports/dev-libs/hidapi.
Important: please read the generic instructions for "recipe" tasks, as we have a lot of these: https://dev.haiku-os.org/wiki/GoogleCodeInTaskRecipe