snapcraft.yaml 668 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. (More to come, and feel free to come up with suggestions!)
  11. grade: devel
  12. confinement: strict
  13. slots:
  14. bin:
  15. interface: content
  16. content: executables
  17. source:
  18. read:
  19. - $SNAP/bin
  20. - $SNAP/etc
  21. - $SNAP/lib
  22. - $SNAP/usr
  23. parts:
  24. home-assistant-toolbox:
  25. plugin: dump
  26. source: ./src
  27. source-type: local
  28. stage-packages:
  29. - curl