Files
guru/dev-util/tinyxxd/metadata.xml
ingenarel (NeoJesus) c763aa5d97 dev-util/tinyxxd: change maintainer email
I still have the old email however for this one the notifs are turned on

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-02-15 18:45:26 +06:00

21 lines
853 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ingenarel_neojesus@disroot.org</email>
<name>ingenarel</name>
</maintainer>
<longdescription lang="en">
tinyxxd is a standalone fork of xxd, a slight modernization of the C code, a slight performance increase and a drop-in
replacement for xxd. It contains the same logic and supports the exact same flags. tinyxxd can be useful in connection
with building and packaging software, since it's a smaller dependency than ViM, only requires a C11 compiler and is
slightly faster.
</longdescription>
<upstream>
<remote-id type="github">xyproto/tinyxxd</remote-id>
</upstream>
<use>
<flag name="xxd">use it as a replacement for xxd</flag>
</use>
</pkgmetadata>