Added app-misc/xdg-ninja-20250807

This commit is contained in:
saundersp
2025-10-06 21:19:26 +02:00
parent bb3185a548
commit 93a0740184
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pierre.saundersps@gmail.com</email>
<name>Pierre Saunders</name>
</maintainer>
<longdescription lang="en">
A shell script that checks your $HOME for unwanted files and directories.
When xdg-ninja encounters a file or directory it knows about, it will tell you whether it's possible to move it to the appropriate location, and how to do it.
The configurations are from the arch wiki page on XDG_BASE_DIR, antidot (thanks to Scr0nch for writing a conversion tool), and crowdsourced by other users.
</longdescription>
<upstream>
<remote-id type="github">b3nj5m1n/xdg-ninja</remote-id>
</upstream>
<use>
<flag name="glow">Use app-misc/glow for rendering Markdown in the terminal</flag>
</use>
</pkgmetadata>