mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
598 B
24 lines
598 B
8 years ago
|
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]
|