summary refs log tree commit diff
diff options
context:
space:
mode:
authormujx <mujx@users.noreply.github.com>2017-09-30 20:35:43 +0300
committerGitHub <noreply@github.com>2017-09-30 20:35:43 +0300
commit2d6bbc70dac7a75f33ce6d0c1f45c89843d27a66 (patch)
treedbb16178f212c14b875de872d0f3103274140148
parentRemove unnecessary animations (diff)
parentAdd the packaging metadata to build the nheko snap (diff)
downloadnheko-2d6bbc70dac7a75f33ce6d0c1f45c89843d27a66.tar.xz
Merge pull request #3 from elopio/snapcraft
Add the packaging metadata to build the nheko snap
-rw-r--r--snap/snapcraft.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
new file mode 100644

index 00000000..a25f1013 --- /dev/null +++ b/snap/snapcraft.yaml
@@ -0,0 +1,23 @@ +name: nheko +version: master +summary: Desktop client for the Matrix protocol +description: | + The motivation behind the project is to provide a native desktop app for + Matrix that feels more like a mainstream chat app (Riot, Telegram etc) and + less like an IRC client. + +grade: devel # must be 'stable' to release into candidate/stable channels +confinement: strict + +apps: + nheko: + command: desktop-launch $SNAP/nheko + plugs: [network, network-bind, x11, unity7, home] + +parts: + nheko: + source: . + plugin: cmake + build-packages: [gcc] + artifacts: [nheko] + after: [desktop-qt5]