snapcraft.yaml 998 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: hacs-snap
  2. base: core20
  3. version: '1.3.3'
  4. summary: Home Assistant Community Store
  5. description: |
  6. Manage (Install, track, upgrade) and discover custom elements for Home Assistant directly from the UI.
  7. What?
  8. HACS is a integration that gives the user a powerful UI to handle downloads of custom integrations and plugins.
  9. Highlights of what HACS can do:
  10. - Help you discover new custom elements.
  11. - Help you install (download) new custom elements.
  12. - Help you keep track of your custom elements.
  13. - Manage(Install/Upgrade/Remove)
  14. - Shortcuts to repositories/issue tracker
  15. grade: devel
  16. confinement: devmode
  17. plugs:
  18. lib-hacs:
  19. interface: content
  20. content: lib-hacs
  21. target:
  22. - $SNAP_DATA/custom_components
  23. default-provider: home-assistant-snap
  24. parts:
  25. hacs:
  26. plugin: dump
  27. source: https://github.com/hacs/integration.git
  28. source-tag: ${SNAPCRAFT_PROJECT_VERSION}
  29. organize:
  30. custom_components/hacs: hacs
  31. stage:
  32. - hacs