| 123456789101112131415161718192021222324252627282930313233343536373839404142 | name: home-assistant-toolboxbase: core20version: '0.2' summary: "Extend your Home Assistant (home-assistant-snap)"description: |  Toolbox contains executables that extends functionality  to you home-assistant-snap installation.  The following tools are included:    - cURL    - make (build-essential)  + More to come, and feel free to come up with suggestions!  Requires home-assistant-snap revision 71 or later!grade: stableconfinement: strict architectures:  - build-on: amd64  - build-on: arm64  - build-on: armhf  - build-on: ppc64elslots:  bin:    interface: content    content: executables    source:      read:        - $SNAP/bin        - $SNAP/etc        - $SNAP/lib        - $SNAP/usrparts:  home-assistant-toolbox:    plugin: dump    source: ./src    source-type: local    stage-packages:      - curl      - build-essential
 |