Create a recipe for Nyancat, a funny command line program which draws and animates a cat in a terminal.
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 Nyancat.
You can find the sources on GitHub: https://github.com/klange/nyancat
The recipe should be added to haikuports at haikuports/games-misc/nyancat/.
The project's homepage mentions a "telnet server" mode, but it's OK to ignore it, and only build the "nyancat" command line runtime.
Important: please read the generic instructions for "recipe" tasks, as we have a lot of these: https://dev.haiku-os.org/wiki/GoogleCodeInTaskRecipe
Available time is only 4 days but it can be increased on request.