TanmayPatil105 / procfetch

🎨 Yet another command-line system information utility written in C++
https://tanmaypatil105.github.io/procfetch/
GNU General Public License v3.0
23 stars 11 forks source link

Support --with-cxx option #133

Closed youpong closed 1 year ago

youpong commented 1 year ago

Description

Add following options and environment variable to configure script:

Options:

Environment variable:

Related Issue(s)

codecov[bot] commented 1 year ago

Codecov Report

Merging #133 (d8eabe8) into main (e9a357a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   29.49%   29.49%           
=======================================
  Files           4        4           
  Lines         512      512           
=======================================
  Hits          151      151           
  Misses        361      361           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

youpong commented 1 year ago

The current configure script is failing on macOS because it depends on GNU getopt(1). Please postpone merging this pull request until we can resolve the issue on macOS.

youpong commented 1 year ago

Now, It's ready to merge.

youpong commented 1 year ago

~Thunks!~ Thanks!