~popey/+junk/storjshare-master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: storjshare
version: master
summary: farm data on the Storj network.
description: |
  Earn money by sharing your hard drive space.
  Daemon + CLI for farming data on the Storj network.

grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict

apps:
  storjshare:
    command: storjshare
    plugs: [network, network-bind]

parts:
  storjshare-daemon:
    source: .
    plugin: nodejs
    node-engine: '6.10.0'
    build-packages: [git, python, build-essential]
    stage-packages: [nano]