charlesetc / feather

A shell library for OCaml
MIT License
77 stars 8 forks source link

Add a depext on procps/proctools #27

Closed balsoft closed 2 years ago

balsoft commented 2 years ago

Feather uses pgrep (in src/feather.ml), which is not necessarily installed on the system. It is part of procps package on Debian and proctools on homebrew.

Add the relevant depexts.

Closes https://github.com/charlesetc/feather/issues/26

charlesetc commented 2 years ago

Thanks for the PR!