Search Criteria
Package Details: reproc 4.0.0-1
Git Clone URL: | https://aur.archlinux.org/reproc.git (read-only) |
---|---|
Package Base: | reproc |
Description: | Cross-platform library that simplifies working with external CLI applications from C and C++ |
Upstream URL: | https://github.com/DaanDeMeyer/reproc |
Keywords: | c c++ cross-platform library |
Licenses: | |
Submitter: | jetm |
Maintainer: | jetm |
Last Packager: | jetm |
Votes: | 1 |
Popularity: | 0.056202 |
First Submitted: | 2018-09-29 20:05 |
Last Updated: | 2019-01-31 15:01 |
Dependencies (2)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, gcc6-gcccompat, gcc-multilib-git, gcc-git) (make)
Latest Comments
jetm commented on 2018-12-03 21:27
@DaanDeMeyer: Yes, my bad. Fixed submitted. Thank you!
DaanDeMeyer commented on 2018-12-03 21:08
You made a small mistake (
-REPROC++=ON
should be-DREPROC++=ON
)jetm commented on 2018-12-03 21:00
@DaanDeMeyer: Thank you. I have updated the package updating to
REPROC++
andREPROC_EXAMPLES
.DaanDeMeyer commented on 2018-12-03 20:50
In 3.0.0,
REPROCXX
got renamed toREPROC++
. Also,REPROC_BUILD_EXAMPLES
has been renamed toREPROC_EXAMPLES
.jetm commented on 2018-11-22 13:54
@DaanDeMeyer: Thank you for the suggestions. I have updated the package with them.
DaanDeMeyer commented on 2018-11-21 17:41
I've released reproc 2.0.0. Since the C++ support is now a separate library and doesn't affect the C library in any way, I propose to enable
REPROCXX
so users can depend on the C++ support as well.It might also be a good idea to replace the
mv
command from lib64/ to lib/ by specifying the CMake optionCMAKE_INSTALL_LIBDIR=lib
. This way, CMake puts the library files in lib/ instead of lib64/ when installing reproc which removes the need for themv
command after installing.REPROC_INSTALL
is also enabled by default now so it can be removed from the PKGBUILD.