Adding check_nextcloud

This commit is contained in:
Jan Wagner 2019-04-03 16:39:18 +02:00
parent 9205a1b115
commit 83bc010257
8 changed files with 369 additions and 0 deletions

14
check_nextcloud/Makefile Normal file
View file

@ -0,0 +1,14 @@
PLUGIN := check_nextcloud
CLEANFILES := check_nextcloud
DOCFILES := README.md
include ../common.mk
check_nextcloud:
cp check/$@.py $@
chmod 755 $@
install::
install -d $(DESTDIR)$(PLUGINDIR)
ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py