diff options
Diffstat (limited to 'app-shells/gash/metadata.xml')
-rw-r--r-- | app-shells/gash/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-shells/gash/metadata.xml b/app-shells/gash/metadata.xml new file mode 100644 index 000000000000..fecc1d3e3f38 --- /dev/null +++ b/app-shells/gash/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>scheme@gentoo.org</email> + <name>Gentoo Scheme Project</name> + </maintainer> + <longdescription> + Gash is a POSIX-compatible shell written in Guile Scheme. It provides both + the shell interface, as well as a Guile library for parsing shell scripts. + Gash is designed to bootstrap Bash as part of the Guix bootstrap process. + </longdescription> +</pkgmetadata> |