Skip to content

Commit 034c2f9

Browse files
Leo Ariasadiabat
Leo Arias
authored andcommitted
Add the packaging metadata to build the lit snap (#84)
1 parent 7dabfaa commit 034c2f9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

snap/snapcraft.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: lit
2+
version: master
3+
summary: Lightning Network node software
4+
description: |
5+
Under development, not for use with real money.
6+
7+
grade: devel # must be 'stable' to release into candidate/stable channels
8+
confinement: strict
9+
10+
apps:
11+
lit:
12+
command: lit
13+
plugs: [network, network-bind]
14+
af:
15+
command: lit-af
16+
plugs: [network, network-bind]
17+
aliases: [lit-af]
18+
19+
parts:
20+
lit:
21+
source: .
22+
plugin: go
23+
go-importpath: github.com/mit-dci/lit
24+
after: [go]
25+
go:
26+
source-tag: go1.8.3

0 commit comments

Comments
 (0)