Install skype manually, as a dep
[khome.git] / deps / skype / Makefile
1 FILE := skypeforlinux-64.deb
2 URI := https://go.skype.com/$(FILE)
3
4 .PHONY: install
5
6 install: data/$(FILE)
7 cd data && sudo apt install ./$(FILE)
8
9 data/$(FILE):
10 mkdir -p data
11 cd data && wget $(URI)
This page took 0.050092 seconds and 4 git commands to generate.