diff options
Diffstat (limited to 'dev-ruby/thor/metadata.xml')
-rw-r--r-- | dev-ruby/thor/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/thor/metadata.xml b/dev-ruby/thor/metadata.xml new file mode 100644 index 000000000000..24d60c8be42e --- /dev/null +++ b/dev-ruby/thor/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <longdescription> + Thor is a simple and efficient tool for building self-documenting + command line utilities. It removes the pain of parsing command line + options, writing "USAGE:" banners, and can also be used as an + alternative to the Rake build tool. The syntax is Rake-like, so it + should be familiar to most Rake users. + </longdescription> + <upstream> + <remote-id type="github">erikhuda/thor</remote-id> + </upstream> +</pkgmetadata> |