mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
This commits fixes some minor compliance issues with dev-util/shfmt/metadata.xml Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
15 lines
504 B
XML
15 lines
504 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ran.dall@icloud.com</email>
|
|
<name>Randall Vasquez</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
A shell parser, formatter, and interpreter with bash support; includes shfmt. Supports POSIX Shell, Bash, and mksh.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">mvdan/sh</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|