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.

32 lines
724B

  1. name: zola
  2. version: 0.7.0
  3. summary: A fast static site generator in a single binary with everything built-in.
  4. description: |
  5. A fast static site generator in a single binary with everything built-in.
  6. https://www.getzola.org
  7. base: core18
  8. grade: stable # must be 'stable' to release into candidate/stable channels
  9. confinement: strict # use 'strict' once you have the right plugs and slots
  10. apps:
  11. zola:
  12. command: zola
  13. plugs:
  14. - home
  15. - network
  16. - network-bind
  17. parts:
  18. zola:
  19. source-type: git
  20. source: https://github.com/getzola/zola.git
  21. source-tag: v0.7.0
  22. plugin: rust
  23. rust-channel: stable
  24. build-packages:
  25. - build-essential
  26. - cmake
  27. - libssl-dev
  28. - pkg-config