90-asio.json 448 B

1234567891011121314151617
  1. {
  2. "name": "asio",
  3. "buildsystem": "simple",
  4. "build-commands": [
  5. "mkdir -p /app/include",
  6. "cp asio/include/asio.hpp /app/include/",
  7. "cp -R asio/include/asio /app/include/"
  8. ],
  9. "sources": [
  10. {
  11. "type": "git",
  12. "url": "https://github.com/chriskohlhoff/asio.git",
  13. "tag": "asio-1-31-0",
  14. "commit": "1f534288b4be0be2dd664aab43882a0aa3106a1d"
  15. }
  16. ]
  17. }