diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-05-27 10:36:42 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-05-27 10:36:42 +0900 |
commit | 6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592 (patch) | |
tree | 2a86e4d779f55db5868486db41bb88f3b627942b /app-shells/yash/metadata.xml | |
parent | media-libs/libglvnd: Add package (diff) | |
download | gentoo-6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.tar.gz gentoo-6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.tar.bz2 gentoo-6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.zip |
app-shells/yash: initial import
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-shells/yash/metadata.xml')
-rw-r--r-- | app-shells/yash/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-shells/yash/metadata.xml b/app-shells/yash/metadata.xml new file mode 100644 index 000000000000..106f4c845b23 --- /dev/null +++ b/app-shells/yash/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>hattya@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + Yash, yet another shell, is a POSIX-compliant command line shell + written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most + POSIX-compliant shell in the world while supporting features for daily + interactive and scripting use. Notable features are: + + * Global aliases + * Arrays + * Socket redirection, pipeline redirection, and process redirection + * Brace expansion and extended globbing + * Fractional numbers in arithmetic expansion + * Prompt command and command-not-found handler + * Command line completion with predefined completion scripts for more than 100 commands + * Command line prediction based on command history + </longdescription> + <upstream> + <remote-id type="github">magicant/yash</remote-id> + <remote-id type="sourceforge-jp">yash</remote-id> + </upstream> +</pkgmetadata> |