90-uthash.json 480 B

12345678910111213141516171819
  1. {
  2. "name": "uthash",
  3. "buildsystem": "simple",
  4. "build-commands": [
  5. "mkdir -p /app/include",
  6. "cp src/{utarray.h,uthash.h,utlist.h,utringbuffer.h,utstack.h,utstring.h} /app/include/"
  7. ],
  8. "cleanup": [
  9. "*"
  10. ],
  11. "sources": [
  12. {
  13. "type": "git",
  14. "url": "https://github.com/troydhanson/uthash.git",
  15. "tag": "v2.3.0",
  16. "commit": "e493aa90a2833b4655927598f169c31cfcdf7861"
  17. }
  18. ]
  19. }