From 218af6e0d0b282ebae37c6324c9598e4a9a26931 Mon Sep 17 00:00:00 2001
From: "Kali Kaneko (leap communications)" <kali@leap.se>
Date: Thu, 22 Feb 2018 15:42:49 +0100
Subject: [PATCH] [pkg] add a convenience target for installing deps

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 9699c473..f4783000 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ clean:
 icon:
 	make -C icon
 
+get_deps:
+	 sudo apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-config
+
 
 LANGS ?= $(foreach path,$(wildcard locales/*/messages.gotext.json),$(patsubst locales/%/messages.gotext.json,%,$(path)))
 empty :=
-- 
GitLab