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.

28 lines
724B

  1. name: zola # you probably want to 'snapcraft register <name>'
  2. version: '0.5.0+git' # just for humans, typically '1.2+git' or '1.3.2'
  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. grade: stable # must be 'stable' to release into candidate/stable channels
  8. confinement: strict # use 'strict' once you have the right plugs and slots
  9. apps:
  10. zola:
  11. command: zola
  12. plugs:
  13. - home
  14. - network
  15. - network-bind
  16. parts:
  17. zola:
  18. plugin: rust
  19. rust-channel: stable
  20. build-packages:
  21. - build-essential
  22. - cmake
  23. - libssl-dev
  24. - pkg-config