zola/snapcraft.yaml

32 lines
725 B
YAML
Raw Normal View History

name: zola
2020-06-09 20:28:01 +00:00
version: 0.12.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
2018-11-17 15:43:29 +00:00
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
2018-10-18 21:09:32 +00:00
zola:
command: zola
plugs:
- home
- network
- network-bind
parts:
2018-10-18 21:09:32 +00:00
zola:
source-type: git
source: https://github.com/getzola/zola.git
2020-06-09 20:28:01 +00:00
source-tag: v0.12.0
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:30:14 +00:00
- pkg-config