|
@@ -1,11 +1,11 @@ |
|
|
name: zola # you probably want to 'snapcraft register <name>' |
|
|
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' |
|
|
|
|
|
|
|
|
version: '0.5.0' # 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. |
|
|
summary: A fast static site generator in a single binary with everything built-in. |
|
|
description: | |
|
|
description: | |
|
|
A fast static site generator in a single binary with everything built-in. |
|
|
A fast static site generator in a single binary with everything built-in. |
|
|
https://www.getzola.org |
|
|
https://www.getzola.org |
|
|
|
|
|
|
|
|
grade: devel # must be 'stable' to release into candidate/stable channels |
|
|
|
|
|
|
|
|
grade: stable # must be 'stable' to release into candidate/stable channels |
|
|
confinement: strict # use 'strict' once you have the right plugs and slots |
|
|
confinement: strict # use 'strict' once you have the right plugs and slots |
|
|
|
|
|
|
|
|
apps: |
|
|
apps: |
|
@@ -22,4 +22,4 @@ parts: |
|
|
build-packages: |
|
|
build-packages: |
|
|
- build-essential |
|
|
- build-essential |
|
|
- cmake |
|
|
- cmake |
|
|
- git-core |
|
|
|
|
|
|
|
|
- libssl-dev |