From 8b408fa2ef9cf6aa1d7920c085b5e13647b7e9ea Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 4 Dec 2017 14:06:45 -0600 Subject: [PATCH] Depot: recipe for Libretro API Add missing API recipe for the Libretro header. Ref #91 --- recipes/api/libretro/content.mk | 10 ++++++++++ recipes/api/libretro/hash | 1 + 2 files changed, 11 insertions(+) create mode 100644 recipes/api/libretro/content.mk create mode 100644 recipes/api/libretro/hash diff --git a/recipes/api/libretro/content.mk b/recipes/api/libretro/content.mk new file mode 100644 index 0000000..058c399 --- /dev/null +++ b/recipes/api/libretro/content.mk @@ -0,0 +1,10 @@ +content: include/libretro.h LICENSE + +PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libretro) + +include/libretro.h: $(PORT_DIR)/include/libretro.h + mkdir $(dir $@) + cp -r $< $@ + +LICENSE: include/libretro.h + head -n 22 include/libretro.h > $@ diff --git a/recipes/api/libretro/hash b/recipes/api/libretro/hash new file mode 100644 index 0000000..f4694aa --- /dev/null +++ b/recipes/api/libretro/hash @@ -0,0 +1 @@ +2017-11-16 c8f71292a4ee5e7f312f10dbef5b79f0fb889795