C library for manipulating pipelines of subprocesses.
libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way. It is available in at least the following Linux distributions: Arch, Debian, Dragora, Fedora, Gentoo, and Ubuntu.
libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way. It is available in at least the following Linux distributions: Arch, Debian, Dragora, Fedora, Gentoo, and Ubuntu.
To install libpipeline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libpipeline
To see what files were installed by libpipeline, run:
port contents libpipeline
To later upgrade libpipeline, run:
sudo port selfupdate && sudo port upgrade libpipeline
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.