Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Automating snap for releases
  • Loading branch information
ralsina committed May 21, 2017
1 parent 2fe1d2e commit 7c9753c
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions snapcraft.yaml
@@ -0,0 +1,54 @@
name: nikola
version: 7.8.5
summary: A static website generator
description: A static website generator
confinement: strict
grade: stable

apps:
nikola:
command: nikola.sh
plugs: [network, network-bind, home]

parts:
nikola-script:
plugin: dump
source: scripts/snapcraft
nikola:
source: git://github.com/getnikola/nikola.git
source-tag: v7.8.5
stage-packages:
- locales
- libc-bin
plugin: python
python-packages:
- Markdown>=2.4.0
- Jinja2>=2.7.2
- pyphen>=0.9.1
- micawber>=0.3.0
- pygal>=2.0.0
- typogrify>=2.0.4
- phpserialize>=1.3
- webassets>=0.10.1
- ghp-import2>=1.0.0
- ws4py==0.3.5
- watchdog==0.8.3
- doit>=0.28.0,<=0.29.0
- Pygments>=1.6
- python-dateutil>=2.4.0
- docutils>=0.12
- mako>=1.0.0
- unidecode>=0.04.16
- lxml>=3.3.5
- Yapsy>=1.11.223
- PyRSS2Gen>=1.1
- logbook>=0.7.0
- blinker>=1.3
- setuptools>=5.4.1
- natsort>=3.5.2
- requests>=2.2.0
- husl>=4.0.2
- piexif>=1.0.3
- notebook>=4.0.0
- ipykernel>=4.0.0
build-packages: [libjpeg-dev]

0 comments on commit 7c9753c

Please sign in to comment.