2018-10-18 20:50:06 +00:00
|
|
|
name: zola # you probably want to 'snapcraft register <name>'
|
2018-11-17 15:43:29 +00:00
|
|
|
version: '0.5.0' # just for humans, typically '1.2+git' or '1.3.2'
|
2018-04-28 06:28:33 +00: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 20:50:06 +00:00
|
|
|
https://www.getzola.org
|
2018-04-28 06:28:33 +00:00
|
|
|
|
2018-11-17 15:43:29 +00:00
|
|
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
2018-04-28 06:28:33 +00:00
|
|
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
|
|
|
|
|
|
|
apps:
|
2018-10-18 21:09:32 +00:00
|
|
|
zola:
|
2018-10-18 20:50:06 +00:00
|
|
|
command: zola
|
2018-04-28 06:28:33 +00:00
|
|
|
plugs:
|
|
|
|
- network
|
|
|
|
- network-bind
|
|
|
|
|
|
|
|
parts:
|
2018-10-18 21:09:32 +00:00
|
|
|
zola:
|
2018-04-28 06:28:33 +00:00
|
|
|
plugin: rust
|
|
|
|
rust-channel: stable
|
2018-07-17 10:41:13 +00:00
|
|
|
build-packages:
|
|
|
|
- build-essential
|
|
|
|
- cmake
|
2018-11-17 15:43:29 +00:00
|
|
|
- libssl-dev
|
2018-11-19 12:24:07 +00:00
|
|
|
- pkg-config
|