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.

catalog.json 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. },
  11. "transform": [
  12. {
  13. "move": {
  14. "from": "src/libsodium/include",
  15. "to": "include/"
  16. }
  17. },
  18. {
  19. "copy": {
  20. "from": "builds/msvc/version.h",
  21. "to": "include/sodium/version.h"
  22. }
  23. },
  24. {
  25. "copy": {
  26. "from": "include/sodium",
  27. "to": "src/libsodium"
  28. }
  29. },
  30. {
  31. "move": {
  32. "from": "src/libsodium",
  33. "to": "src"
  34. }
  35. }
  36. ]
  37. }
  38. }
  39. }
  40. }