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