mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/32666 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
18 lines
711 B
XML
18 lines
711 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>shell-tools@gentoo.org</email>
|
|
<name>Gentoo Shell Tools Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Symlinks scans directories for symbolic links and lists them on stdout.
|
|
Each link is prefixed with a classification of relative, absolute,
|
|
dangling, messy, lengthy or other_fs. Symlinks can also convert
|
|
absolute links (within the same filesystem) to relative links and can
|
|
delete messy and dangling links.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">brandt/symlinks</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|