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

print_process() refers to LIB_DIR #118

Closed youpong closed 1 year ago

youpong commented 1 year ago

Description

$ ./configure -C brew

The environment variable ${HOMEBREW_PREFIX} is the prefix of LIB_DIR.

Changes

  1. The variable DATA_DIR has been summarized with LIB_DIR.
  2. Apply same naming conventions to BINDIR. 
  3. configure script generate ascii/Makefile
  4. Add LIB_DIR to config.h
  5. print_process() refers to LIB_DIR

Related

codecov-commenter commented 1 year ago

Codecov Report

Merging #118 (2791915) into main (0c6eb01) will not change coverage. The diff coverage is 0.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   24.55%   24.55%           
=======================================
  Files           4        4           
  Lines         448      448           
=======================================
  Hits          110      110           
  Misses        338      338           
Impacted Files Coverage Δ
src/fetch.cpp 0.00% <0.00%> (ø)

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

TanmayPatil105 commented 1 year ago

Thanks for the PR! Was busy so the delay :)

TanmayPatil105 commented 1 year ago

I see you have forked homebrew-tap. Are you working on procfetch.rb ?

youpong commented 1 year ago

No. I am not working.