Macchina-CLI / libmacchina

A library providing access to all sorts of system information.
https://crates.io/crates/libmacchina
MIT License
68 stars 20 forks source link

fix portage package count #124

Closed xarblu closed 2 years ago

xarblu commented 2 years ago

To get an accurate count of portage packages only count the amount of 2 level deep directories. First level are package categories and he third are per package metadata and thus both shouldn't be counted.

grtcdr commented 2 years ago

Make sure to cargo fmt before you push, as any improperly formatted files will cause CI to freak out and fail.

We should probably set up a git hook for this.