2019-04-08 18:37:09 +02:00
|
|
|
name: zola
|
2020-06-09 22:28:01 +02:00
|
|
|
version: 0.12.0
|
2018-04-28 18:28:33 +12:00
|
|
|
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.
|
2018-10-18 22:50:06 +02:00
|
|
|
https://www.getzola.org
|
2018-04-28 18:28:33 +12:00
|
|
|
|
2019-04-08 18:37:09 +02:00
|
|
|
base: core18
|
2018-11-17 16:43:29 +01:00
|
|
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
2018-04-28 18:28:33 +12:00
|
|
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
|
|
|
|
|
|
|
apps:
|
2018-10-18 23:09:32 +02:00
|
|
|
zola:
|
2018-10-18 22:50:06 +02:00
|
|
|
command: zola
|
2018-04-28 18:28:33 +12:00
|
|
|
plugs:
|
2018-12-02 18:27:29 -08:00
|
|
|
- home
|
2018-04-28 18:28:33 +12:00
|
|
|
- network
|
|
|
|
- network-bind
|
|
|
|
|
|
|
|
parts:
|
2018-10-18 23:09:32 +02:00
|
|
|
zola:
|
2019-04-08 18:37:09 +02:00
|
|
|
source-type: git
|
|
|
|
source: https://github.com/getzola/zola.git
|
2020-06-09 22:28:01 +02:00
|
|
|
source-tag: v0.12.0
|
2018-04-28 18:28:33 +12:00
|
|
|
plugin: rust
|
|
|
|
rust-channel: stable
|
2018-07-17 12:41:13 +02:00
|
|
|
build-packages:
|
|
|
|
- build-essential
|
|
|
|
- cmake
|
2018-11-17 16:43:29 +01:00
|
|
|
- libssl-dev
|
2018-11-19 13:30:14 +01:00
|
|
|
- pkg-config
|