commit e94970a10017c48a5c619807d97ce2577c71a5c1 parent 0852e1b2ae033b2a3ef3628d85a9933f3754f992 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:42:24 +0200 update links Diffstat:
| M | README.md | | | 2 | +- |
| M | package.yml | | | 26 | ++++++-------------------- |
2 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Sheepy -This is a sheepy package for [sheepy](https://github.com/RemyNoulin/sheepy) and using [libsheepy](https://github.com/RemyNoulin/libsheepy) +This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) # md2html diff --git a/package.yml b/package.yml @@ -1,30 +1,16 @@ --- name: md2html - version: 0.0.1 - description: "markdown to html converter" + version: 0.0.2 + description: markdown to html converter bin: ./md2html.c - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://noulin.net/git/md2html.git + url: "git+https://noulin.net/git/md2html.git" keywords: - #- utility - command author: Remy license: MIT - homepage: https://noulin.net/md2html/log.html - #compileHelp: # text displayed when there is a compilation error + homepage: "https://noulin.net/md2html/log.html" dependencies: - md4c: - # Test configuration: - #testBin: ./testMd2html.c - #testCflags: -ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra - #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic - # Memcheck configuration: - #memcheckBin: ./memcheckMd2html.c - #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all - #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe - #memcheckLflags: -rdynamic - #documentationCmd: # command for generating the documentation with spm doc - private: false # true for private package + md4c: "" + private: false