Joachim M. Giæver il y a 3 ans
commit
d5dd2b2a3e
1 fichiers modifiés avec 37 ajouts et 0 suppressions
  1. 37 0
      snap/snapcraft.yaml

+ 37 - 0
snap/snapcraft.yaml

@@ -0,0 +1,37 @@
+name: hacs-snap
+base: core20
+version: '1.3.3' 
+summary: Home Assistant Community Store 
+description: |
+  Manage (Install, track, upgrade) and discover custom elements for Home Assistant directly from the UI.
+
+  What?
+  HACS is a integration that gives the user a powerful UI to handle downloads of custom integrations and plugins.
+
+  Highlights of what HACS can do:
+
+    - Help you discover new custom elements.
+    - Help you install (download) new custom elements.
+    - Help you keep track of your custom elements.
+    - Manage(Install/Upgrade/Remove)
+    - Shortcuts to repositories/issue tracker
+
+grade: devel 
+confinement: devmode 
+
+slots:
+  lib-hacs:
+    interface: content
+    content: lib-hacs
+    read: 
+      - $SNAP/hacs
+
+parts:
+  hacs:
+    plugin: dump
+    source: https://github.com/hacs/integration.git
+    source-tag: ${SNAPCRAFT_PROJECT_VERSION}
+    organize:
+      custom_components/hacs: hacs
+    stage:
+      - hacs