depot: qoost recipe

Fixes #2771
This commit is contained in:
Christian Prochaska 2018-04-16 19:48:43 +02:00 committed by Christian Helmuth
parent b8def5a3c2
commit f58717205a
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
MIRROR_FROM_REP_DIR := lib/import/import-qoost.mk
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qoost)
MIRROR_FROM_PORT_DIR := include/qoost
content: $(MIRROR_FROM_PORT_DIR)
$(MIRROR_FROM_PORT_DIR):
mkdir -p $@
cp -r $(PORT_DIR)/$@ $(dir $@)
content: LICENSE
LICENSE:
cp $(PORT_DIR)/src/lib/qoost/LICENSE $@

View File

@ -0,0 +1 @@
2018-04-16 4c8f8498ea05223d8a9241379b8002dec2a72839