From f58717205a44414bbcfaa2e4202a333d049c56bf Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Mon, 16 Apr 2018 19:48:43 +0200 Subject: [PATCH] depot: qoost recipe Fixes #2771 --- repos/libports/recipes/api/qoost/content.mk | 21 +++++++++++++++++++++ repos/libports/recipes/api/qoost/hash | 1 + 2 files changed, 22 insertions(+) create mode 100644 repos/libports/recipes/api/qoost/content.mk create mode 100644 repos/libports/recipes/api/qoost/hash diff --git a/repos/libports/recipes/api/qoost/content.mk b/repos/libports/recipes/api/qoost/content.mk new file mode 100644 index 0000000000..f0851df98d --- /dev/null +++ b/repos/libports/recipes/api/qoost/content.mk @@ -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 $@ diff --git a/repos/libports/recipes/api/qoost/hash b/repos/libports/recipes/api/qoost/hash new file mode 100644 index 0000000000..9e0c5e2858 --- /dev/null +++ b/repos/libports/recipes/api/qoost/hash @@ -0,0 +1 @@ +2018-04-16 4c8f8498ea05223d8a9241379b8002dec2a72839