~davidc3/+junk/snapcraft-doc-snap

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
name: snapcraft-doc
version: 0.1
# The vendor for the snap (replace 'Vendor <email@example.com>')
vendor: David Callé <davidc@framli.eu>
summary: The Snapcraft documentation in your browser
description: The Snapcraft documentation in your browser
icon: icon.png

binaries:
  snapcraft-doc:
    exec: ./bin/snapcraft-doc

parts:
  doc-server:
    type: go-project
    source: git://github.com/mikix/golang-static-http
  doc-provider:
    type: copy
    stage-packages:
      - python3-markdown
      - bzr
    files:
      doc-parser: bin/doc-parser
  glue:
    type: copy
    files:
      snapcraft-doc: bin/snapcraft-doc