snapcraft.yaml 700 B

123456789101112131415161718192021222324252627282930313233
  1. name: home-assistant-toolbox
  2. base: core20
  3. version: '0.1'
  4. summary: Extend your Home Assistant (home-assistant-snap)
  5. description: |
  6. Toolbox contains executables that extends functionality
  7. to you home-assistant-snap installation.
  8. The following tools are included:
  9. - cURL
  10. grade: devel # must be 'stable' to release into candidate/stable channels
  11. confinement: devmode # use 'strict' once you have the right plugs and slots
  12. apps:
  13. curl:
  14. command: bin/curl
  15. slots:
  16. bin:
  17. interface: content
  18. content: executables
  19. source:
  20. read:
  21. - $SNAP/bin
  22. parts:
  23. home-assistant-toolbox:
  24. plugin: dump
  25. source: ./src
  26. source-type: local
  27. stage-packages:
  28. - curl