tuyau

Client/server for transfering files (like cp)
git clone https://noulin.net/git/tuyau.git
Log | Files | Refs | README

package.yml (1567B)


      1 ---
      2   name: tuyau
      3   version: 0.0.8
      4   description: "Client for copying files to tuyauServer"
      5   bin: ./tuyau.c
      6   #cflags: -DA -g3 -std=gnu11 -fPIC -pipe
      7   lflags: -L/usr/lib -lssl -lcrypto
      8   repository:
      9     type: git
     10     url: git+https://github.com/USER/tuyau.git
     11   keywords:
     12    #- utility
     13     - command
     14   author: Anonymous
     15   license: MIT
     16   bugs:
     17     url: https://github.com/USER/tuyau/issues
     18   homepage: https://github.com/USER/tuyau#readme
     19   compileHelp: libssl-dev has to be installed in the system
     20   dependencies:
     21     short:
     22   # Test configuration:
     23   #testBin: ./testTuyau.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: ./memcheckTuyau.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: ./asanTuyau.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