| prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3 | |
| exec_prefix=${prefix} | |
| includedir=${prefix}/include | |
| libdir=${exec_prefix}/lib | |
| Name: reproc | |
| Description: Cross-platform C99/C++11 process library | |
| URL: https://github.com/DaanDeMeyer/reproc | |
| Version: 14.2.4 | |
| Cflags: -I${includedir} | |
| Libs: -L${libdir} -lreproc | |
| Libs.private: -pthread rt | |