commit e753088e0ba3ac8326ff317a4da5afc78219124b parent 9e5aa0a5c6a0d1aa3a7c7aed40e82a7f60610604 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 10:25:47 +0200 update links package.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) Diffstat:
| M | package.yml | | | 23 | ++++------------------- |
1 file changed, 4 insertions(+), 19 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,30 +1,15 @@ --- name: checkPackages - version: 0.0.1 + version: 0.0.2 description: "check libsheepy version in already compiled packages in local shpPackages, recompile when it doesn't match current libsheepy version in the system" bin: ./checkPackages.c - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://noulin.net/git/checkPackages.git + url: "git+https://noulin.net/git/checkPackages.git" keywords: - utility - command author: Remy Noulin license: MIT - homepage: https://noulin.net/checkPackages/log.html - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testCheckPackages.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: ./memcheckCheckPackages.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 + homepage: "https://noulin.net/checkPackages/log.html" + private: false