-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
28 lines (28 loc) · 813 Bytes
/
snapcraft.yaml
File metadata and controls
28 lines (28 loc) · 813 Bytes
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
name: rocketpool
version: git
description: |
Rocket Pool is a next generation Ethereum proof of stake (PoS) infrastructure
service designed to be highly decentralised, distributed and compatible with
Ethereum 2.0. This package contains the Rocket Pool smart node.
summary: The Rocket Pool smart node
base: core18
confinement: classic
grade: devel
parts:
rocketpool:
plugin: go
source: .
go-packages:
- github.com/rocket-pool/smartnode/rocketpool
- github.com/rocket-pool/smartnode/rocketpool-cli
- github.com/rocket-pool/smartnode/shared
- github.com/rocket-pool/smartnode/rocketpool-pow-proxy
go-importpath: github.com/rocket-pool/smartnode
stage-packages:
- curl
apps:
rocketpool:
command: bin/rocketpool-cli
plugs:
- docker
- network