name: dat
version: '13.11.4'
summary: Share & live sync files anywhere via command line
description: |
  Use Dat command line to share files with version control, 
  back up data to servers, browse remote files on demand, 
  and automate long-term data preservation.

grade: 'stable'
confinement: 'strict'

apps:
  dat: 
    command: dat
    plugs:
      - home
      - network
      - network-bind
      - removable-media

parts:
  dat:
    source: https://github.com/datproject/dat.git
    source-tag: 'v13.11.4'
    plugin: nodejs
    node-engine: 10.9.0
