{
    "name": "luajit",
    "no-autogen": true,
    "cleanup": [
        "/bin",
        "/include",
        "/lib/pkgconfig",
        "*.a"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://luajit.org/git/luajit-2.0.git",
            "commit": "c525bcb9024510cad9e170e12b6209aedb330f83",
            "disable-shallow-clone": true
        },
        {
            "type": "shell",
            "commands": [
                "sed -i 's|/usr/local|/app|' ./Makefile"
            ]
        }
    ]
}
