Depot: recipe for Libretro API
Add missing API recipe for the Libretro header. Ref #91
This commit is contained in:
committed by
Norman Feske
parent
1182f4dd3a
commit
8b408fa2ef
10
recipes/api/libretro/content.mk
Normal file
10
recipes/api/libretro/content.mk
Normal file
@@ -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 > $@
|
||||
1
recipes/api/libretro/hash
Normal file
1
recipes/api/libretro/hash
Normal file
@@ -0,0 +1 @@
|
||||
2017-11-16 c8f71292a4ee5e7f312f10dbef5b79f0fb889795
|
||||
Reference in New Issue
Block a user