aboutsummaryrefslogtreecommitdiffstats
path: root/snapcraft/edge/snapcraft.yaml
blob: a9d31dda2d3fb2e87774aed7087c149fcd102df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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