# Pastebin saEdO7ro name: conjure-up version: 2.0.0.7 summary: Package runtime for conjure-up spells description: > This package provides conjure-up, an interface to installing spells that provide the user with an end to end walkthrough experience for installing and using big software. confinement: strict apps: conjure-up: command: bin/conjure-up-wrapper plugs: [home, network, network-control, network-bind] bridgestart: command: ./bridge.start daemon: simple plugs: [network, network-bind, network-control] bridgestop: command: ./bridge.stop daemon: simple plugs: [network, network-bind, network-control] python3: command: python3 shell: command: bash parts: conjure: plugin: python3 source: https://github.com/conjure-up/conjure-up.git source-type: git requirements: requirements.txt stage-packages: - bsdtar - coreutils - lxd-client - jq - juju snap: - usr/bin/bsdtar - usr/bin/tail - usr/bin/env - usr/bin/pip* - usr/bin/easy_install* - usr/bin/lxc - usr/bin/jq - usr/bin/juju* - usr/bin/py* - usr/bin/conjure-up - usr/lib/juju-2.0/bin/juju* - usr/lib/python3 - usr/lib/python3.5/lib-dynload - etc/python* - -usr/share - -usr/include - -home conjure-configs: plugin: dump source: https://github.com/conjure-up/conjure-up.git filesets: etc/conjure-up.conf: etc/conjure-up.conf spells: spells conjure-up-copy: plugin: dump source: . organize: conjure-up-wrapper: bin/conjure-up-wrapper