diff options
Diffstat (limited to 'snapcraft/stable/snapcraft.yaml')
| -rw-r--r-- | snapcraft/stable/snapcraft.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/snapcraft/stable/snapcraft.yaml b/snapcraft/stable/snapcraft.yaml deleted file mode 100644 index e85e88b..0000000 --- a/snapcraft/stable/snapcraft.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: nikola -version: 7.8.1 -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.8.1 - 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 |
