zola/snapcraft.yaml

26 lines
701 B
YAML
Raw Normal View History

name: zola # you probably want to 'snapcraft register <name>'
version: '0.5.0+git' # just for humans, typically '1.2+git' or '1.3.2'
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
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
gutenberg:
command: zola
plugs:
- network
- network-bind
parts:
gutenberg:
plugin: rust
rust-channel: stable
2018-07-17 10:41:13 +00:00
build-packages:
- build-essential
- cmake
- git-core