40-luajit.json 534 B

123456789101112131415161718192021222324
  1. {
  2. "name": "luajit",
  3. "no-autogen": true,
  4. "cleanup": [
  5. "/bin",
  6. "/include",
  7. "/lib/pkgconfig",
  8. "*.a"
  9. ],
  10. "sources": [
  11. {
  12. "type": "git",
  13. "url": "https://github.com/LuaJIT/LuaJIT.git",
  14. "commit": "a4f56a459a588ae768801074b46ba0adcfb49eb1",
  15. "disable-shallow-clone": true
  16. },
  17. {
  18. "type": "shell",
  19. "commands": [
  20. "sed -i 's|/usr/local|/app|' ./Makefile"
  21. ]
  22. }
  23. ]
  24. }