morpheus

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

commit e681df00f5996ff4c4fc200dbde6c1a879c205b6
parent 557900e7e1ebc3c47b08c0f9117e04c8717bee61
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 29 Jan 2018 19:53:23 +0100

Add missing gopath
Diffstat:
Msnap/snapcraft.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -11,7 +11,6 @@ apps: morpheus: command: morpheus - parts: morpheus: source: https://github.com/Nordgedanken/Morpheus.git @@ -25,6 +24,8 @@ parts: - libpulse-dev after: [desktop-qt5] build: | + export GOPATH="$HOME/go/" + mkdir $GOPATH go get -u -v github.com/therecipe/qt/cmd/... QT_PKG_CONFIG=true $GOPATH/bin/qtsetup $GOPATH/bin/qtdeploy build linux