#TODO not compiled or tested # build instructions: https://github.com/snes9xgit/snes9x/wiki/Compiling [source] git = "https://github.com/snes9xgit/snes9x" rev = "1.63" shallow_clone = true [build] template = "custom" dependencies = [ "sdl2", "gtk3mm", "libx11", "libxext", "libxrandr", ] script = """ COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/gtk" DYNAMIC_INIT cookbook_cmake """