github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/snapcraft.yaml (about)

     1  name: juju
     2  version: 2.0.0
     3  summary: juju client
     4  description: Through the use of charms, juju provides you with shareable, re-usable, and repeatable expressions of devops best practices.
     5  confinement: devmode
     6  
     7  apps:
     8    juju:
     9      command: bin/juju
    10      plugs: [network, network-bind, home]
    11  
    12  parts:
    13    juju:
    14      plugin: godeps
    15      go-importpath: github.com/juju/juju
    16      source: https://github.com/juju/juju.git
    17      source-type: git
    18      #If you want to grab a specific revision tag, include it here
    19      #source-tag: juju-2.0.0
    20      snap:
    21      - -bin/filetoconst
    22      - -bin/winuserdata
    23      #If you are releasing a build with public streams, also remove the agent
    24      #- -bin/jujud