summaryrefslogtreecommitdiffstats
path: root/snapcraft/edge/snapcraft.yaml
diff options
context:
space:
mode:
authorLibravatarDererk <dererk@satellogic.com>2016-11-15 14:18:46 -0300
committerLibravatarDererk <dererk@satellogic.com>2016-11-15 14:18:46 -0300
commitffb671c61a24a9086343b54bad080e145ff33fc5 (patch)
tree2c5291f7a34edf4afdc8e07887a148291bfa3fa1 /snapcraft/edge/snapcraft.yaml
parent4e3224c012df9f74f010eb92203520515e8537b9 (diff)
New upstream version 7.8.1upstream/7.8.1
Diffstat (limited to 'snapcraft/edge/snapcraft.yaml')
-rw-r--r--snapcraft/edge/snapcraft.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/snapcraft/edge/snapcraft.yaml b/snapcraft/edge/snapcraft.yaml
new file mode 100644
index 0000000..a9d31dd
--- /dev/null
+++ b/snapcraft/edge/snapcraft.yaml
@@ -0,0 +1,32 @@
+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