40-luajit.json 535 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://luajit.org/git/luajit-2.0.git",
  14. "commit": "f725e44cda8f359869bf8f92ce71787ddca45618",
  15. "disable-shallow-clone": true
  16. },
  17. {
  18. "type": "shell",
  19. "commands": [
  20. "sed -i 's|/usr/local|/app|' ./Makefile"
  21. ]
  22. }
  23. ]
  24. }