15 lines
531 B
XML
15 lines
531 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>emilemilemil@cock.li</email>
|
|
<name>Emil Williams</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Bake is a simple tool meant to execute embedded shell commands within
|
|
any file. It executes with /bin/sh the command after a "@BAKE " to
|
|
the end of the line (a UNIX newline: '\n') or to the first instance of
|
|
@STOP.
|
|
</longdescription>
|
|
</pkgmetadata>
|