morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 2af72d67a75997796c8d82957d5f4474e5bbd6e4
parent 81545aa36d8c5a48521dad255bed16eed3217c3c
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 30 Jan 2018 13:57:39 +0100

Install go1.9
Diffstat:
Msnap/snapcraft.yaml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -15,13 +15,15 @@ parts: morpheus: source: https://github.com/Nordgedanken/Morpheus.git plugin: nil - after: [go] build-packages: - build-essential - libgl1-mesa-dev - libpulse-dev - curl build: | + add-apt-repository -y ppa:gophers/archive + apt-get -qq update + apt-get -y -qq install golang-1.9-go export GOPATH="$HOME/go/" mkdir $GOPATH go get -u -v github.com/therecipe/qt/cmd/...