app-misc/cheat: new package

cheat allows you to create and view interactive
cheatsheets on the command-line.

Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2020-04-25 16:45:56 +02:00
parent c4443419dc
commit a9158028a5
3 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathieu.tortuyaux@gmail.com</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
<use>
<flag name="man">build and install man pages</flag>
</use>
<longdescription lang="en">
cheat allows you to create and view interactive cheatsheets on the command-line.
It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
</longdescription>
<upstream>
<bugs-to>https://github.com/cheat/cheat/issues</bugs-to>
</upstream>
</pkgmetadata>