Install skype manually, as a dep
[khome.git] / deps / skype / Makefile
diff --git a/deps/skype/Makefile b/deps/skype/Makefile
new file mode 100644 (file)
index 0000000..8f3fc1f
--- /dev/null
@@ -0,0 +1,11 @@
+FILE := skypeforlinux-64.deb
+URI  := https://go.skype.com/$(FILE)
+
+.PHONY: install
+
+install: data/$(FILE)
+       cd data && sudo apt install ./$(FILE)
+
+data/$(FILE):
+       mkdir -p data
+       cd data && wget $(URI)
This page took 0.026447 seconds and 4 git commands to generate.