Update snapcraft.yaml

This commit is contained in:
kz6fittycent
2022-09-09 22:24:44 -05:00
committed by Maas Lalani
parent d3e8365c7b
commit 1620042f27

View File

@@ -12,7 +12,7 @@ description: |
license: MIT license: MIT
base: core20 base: core22
grade: stable grade: stable
confinement: strict confinement: strict
compression: lzo compression: lzo
@@ -34,14 +34,19 @@ apps:
- bin/homeishome-launch - bin/homeishome-launch
plugs: plugs:
- home - home
- ssh-keys
- ssh-public-keys
- network
- network-bind
parts: parts:
slides: slides:
source: https://github.com/maaslalani/slides source: https://github.com/maaslalani/slides
source-type: git source-type: git
plugin: go plugin: go
go-channel: latest/stable build-snaps:
- go
override-pull: | override-pull: |
snapcraftctl pull snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)" snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"