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.

26 lines
701B

  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: devel # 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. gutenberg:
  11. command: zola
  12. plugs:
  13. - network
  14. - network-bind
  15. parts:
  16. gutenberg:
  17. plugin: rust
  18. rust-channel: stable
  19. build-packages:
  20. - build-essential
  21. - cmake
  22. - git-core