X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=deps%2Fskype%2FMakefile;fp=deps%2Fskype%2FMakefile;h=8f3fc1f02a64d757d8447a1c17b8bc759edf3036;hb=20b03d569e42f965b2a271f9f56bedf520f091fb;hp=0000000000000000000000000000000000000000;hpb=f908f2dc5613cc8455deabd73c5ab732290d231c;p=khome.git diff --git a/deps/skype/Makefile b/deps/skype/Makefile new file mode 100644 index 0000000..8f3fc1f --- /dev/null +++ b/deps/skype/Makefile @@ -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)