You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.6KB

  1. {
  2. "version": 1,
  3. "packages": {
  4. "libsodium": {
  5. "1.0.18": {
  6. "git": {
  7. "url": "https://github.com/jedisct1/libsodium.git",
  8. "ref": "1.0.18",
  9. "auto-lib": "sodium/sodium",
  10. "transform": [
  11. {
  12. "move": {
  13. "from": "src/libsodium/include",
  14. "to": "include/"
  15. }
  16. },
  17. {
  18. "copy": {
  19. "from": "builds/msvc/version.h",
  20. "to": "include/sodium/version.h"
  21. }
  22. },
  23. {
  24. "copy": {
  25. "from": "include/sodium",
  26. "to": "src/libsodium"
  27. },
  28. "move": {
  29. "from": "src/libsodium",
  30. "to": "src_root"
  31. },
  32. "remove": {
  33. "path": "src"
  34. }
  35. },
  36. {
  37. "move": {
  38. "from": "src_root",
  39. "to": "src"
  40. }
  41. }
  42. ]
  43. }
  44. }
  45. }
  46. }
  47. }