diff options
| author | 2016-11-15 14:18:46 -0300 | |
|---|---|---|
| committer | 2016-11-15 14:18:46 -0300 | |
| commit | ffb671c61a24a9086343b54bad080e145ff33fc5 (patch) | |
| tree | 2c5291f7a34edf4afdc8e07887a148291bfa3fa1 /snapcraft/snapcraft.yaml | |
| parent | 4e3224c012df9f74f010eb92203520515e8537b9 (diff) | |
New upstream version 7.8.1upstream/7.8.1
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 |
