💾 Archived View for gmi.noulin.net › gitRepositories › git-stats › file › package.yml.gmi captured on 2023-01-29 at 13:26:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (1542B)
1 --- 2 name: gitstats 3 version: 0.0.1 4 description: "Show plots of git commits over time" 5 bin: ./git-stats.c 6 #cflags: -DA -g3 -std=gnu11 -fPIC -pipe 7 #lflags: -lpcre 8 repository: 9 type: git 10 url: git+https://github.com/USER/git-stats.git 11 keywords: 12 - utility 13 - command 14 author: Remy Noulin 15 license: MIT 16 bugs: 17 url: https://noulin.net 18 homepage: https://noulin.net 19 #compileHelp: # text displayed when there is a compilation error 20 #dependencies: 21 # md4c: 22 # Test configuration: 23 #testBin: ./testGit-stats.c 24 #testCflags: -g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra 25 #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic 26 # Memcheck configuration (sheepy -m): 27 #memcheckBin: ./memcheckGit-stats.c 28 #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 29 #memcheckCflags: -g3 -std=gnu11 -fPIC -pipe 30 #memcheckLflags: -rdynamic 31 # The asan* are the options for building the libsasan tests (sheepy -a): 32 #asanBin: ./asanGit-stats.c 33 #asanCmd: env ASAN_OPTIONS="detect_leaks=1:detect_stack_use_after_return=1:halt_on_error=0:log_path=stdout:color=always:print_cmdline=1" 34 #asanCflags: -fsanitize=address -fno-omit-frame-pointer -fsanitize-recover=address # these flags are overriden by package.yml 35 #asanLflags: -rdynamic -fsanitize=address -lasan # these flags are overriden by package.yml 36 #documentationCmd: # command for generating the documentation with spm doc 37 private: false # true for private package