termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
12.77k stars 2.94k forks source link

[Package]: rmlint #20791

Open rcchan opened 1 week ago

rcchan commented 1 week ago

Why is it worth to add this package?

rmlint finds space waste and other broken things on your filesystem and offers to remove it.

Finds…

…Duplicate Files and duplicate directories. …Nonstripped binaries (i.e. binaries with debug symbols) …Broken symbolic links. …Empty files and directories. …Files with broken user or/and group ID.

Home page URL

https://rmlint.readthedocs.io/en/master/

Source code URL

https://github.com/sahib/rmlint

Packaging policy acknowledgement

Additional information

No response

TomJo2000 commented 1 week ago

Probably needs a mpv/mpv-x treatmeant for the optional GUI. Looks doable otherwise.

I think we can take a similar approach to Arch's packaging. They split it into rmlint and rmlint-shredder. We can probably do main/rmlint for the CLI only build and x11/rmlint-shredder for the GUI build.

rcchan commented 1 week ago

Personally, I'm primarily interested in the CLI package. I didnt' even know a GUI existed 😅