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.
|
- name: zola
- version: 0.9.0
- summary: A fast static site generator in a single binary with everything built-in.
- description: |
- A fast static site generator in a single binary with everything built-in.
- https://www.getzola.org
-
- base: core18
- grade: stable # must be 'stable' to release into candidate/stable channels
- confinement: strict # use 'strict' once you have the right plugs and slots
-
- apps:
- zola:
- command: zola
- plugs:
- - home
- - network
- - network-bind
-
- parts:
- zola:
- source-type: git
- source: https://github.com/getzola/zola.git
- source-tag: v0.9.0
- plugin: rust
- rust-channel: stable
- build-packages:
- - build-essential
- - cmake
- - libssl-dev
- - pkg-config
|