snapcraft.yaml 722 B

1234567891011121314151617181920212223242526272829303132333435
  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. Requires home-assistant-snap revision 71 or later!
  12. grade: devel
  13. confinement: strict
  14. slots:
  15. bin:
  16. interface: content
  17. content: executables
  18. source:
  19. read:
  20. - $SNAP/bin
  21. - $SNAP/etc
  22. - $SNAP/lib
  23. - $SNAP/usr
  24. parts:
  25. home-assistant-toolbox:
  26. plugin: dump
  27. source: ./src
  28. source-type: local
  29. stage-packages:
  30. - curl