dev-util/xxd: initial commit

This adds xxd hex dump utility from vim for revdeps that need it,
without having to depend on app-editors/vim-core.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine <plevine457@gmail.com>
This commit is contained in:
Peter Levine
2022-01-15 18:02:02 -05:00
parent 843a3c0bca
commit 0f6fb0782c
3 changed files with 59 additions and 0 deletions

17
dev-util/xxd/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>new maintainers welcome</description>
<name>Peter Levine</name>
<email>plevine457@gmail.com</email>
</maintainer>
<upstream>
<maintainer>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</maintainer>
<bugs-to>https://github.com/vim/vim/issues</bugs-to>
<remote-id type="github">vim/vim</remote-id>
</upstream>
</pkgmetadata>