commit 2b860198f85803e820332d7e33ae268ae3553699 parent afc779f910e1e06c83c6977aface1bcb772bc051 Author: Remy Noulin <loader2x@gmail.com> Date: Fri, 29 Sep 2017 22:21:16 +0200 create md4c sheepy spm package md4c/CMakeLists.txt | 6 ------ md4c/package.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) Diffstat:
| D | md4c/CMakeLists.txt | | | 6 | ------ |
| A | md4c/package.yml | | | 18 | ++++++++++++++++++ |
2 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/md4c/CMakeLists.txt b/md4c/CMakeLists.txt @@ -1,6 +0,0 @@ - -set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG") - -add_definitions(-DMD4C_USE_UTF8) - -add_library(md4c STATIC md4c.c md4c.h) diff --git a/md4c/package.yml b/md4c/package.yml @@ -0,0 +1,18 @@ +--- + name: md4c + version: 0.0.1 + description: "md4c is a markdown parser library (forked from mity/md4c)" + bin: ./md4c.c + scripts: + test: echo "Error no test specified" && exit 1 + repository: + type: git + url: git+https://github.com/mity/md4c.git + keywords: + - library + - markdown + author: Remy Noulin + license: MIT + bugs: + url: https://github.com/mity/md4c/issues + homepage: https://github.com/mity/md4c#readme