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