name: genaroshare
version: git
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: stable
confinement: strict

apps:
  genaroshare:
    command: bin/genaroshare
    plugs: [network, network-bind, home]

parts:
  genaroshare-daemon:
    source-subdir: ..
    plugin: nodejs
    node-engine: '8.9.0'
    install: npm install
    build-packages: [git, python, build-essential]
    stage-packages: [nano]
