diff options
Diffstat (limited to 'snapcraft/snapcraft.yaml')
| -rw-r--r-- | snapcraft/snapcraft.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/snapcraft/snapcraft.yaml b/snapcraft/snapcraft.yaml new file mode 100644 index 0000000..d149c79 --- /dev/null +++ b/snapcraft/snapcraft.yaml @@ -0,0 +1,33 @@ +name: nikola +version: 7.7.12 +summary: A static website generator +description: A static website generator +confinement: strict + +apps: + nikola: + command: nikola.sh + plugs: [network, network-bind, home] + +parts: + nikola: + plugin: copy + files: + nikola.sh: nikola.sh + nikola-source: + plugin: python3 + source: git://github.com/getnikola/nikola.git + source-tag: v7.7.12 + requirements: requirements.txt + stage-packages: + - locales + - libc-bin + - python3-lxml + - python3-pil + build-packages: + - zlib1g-dev + - libjpeg-turbo8-dev + - libpng12-dev + - libxslt1-dev + - libxml2-dev + - gcc |
