Install skype manually, as a dep
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Sep 2019 03:48:46 +0000 (23:48 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Sep 2019 03:48:46 +0000 (23:48 -0400)
since the snap pkg is broken

deps/skype/Makefile [new file with mode: 0644]
pkgs-snap-classic.list

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)
index ad3b9b2..fbb638e 100644 (file)
@@ -1,3 +1,2 @@
 #
 code
-skype
This page took 0.019544 seconds and 4 git commands to generate.