summaryrefslogtreecommitdiff
path: root/dev-ruby/thor/metadata.xml
blob: 279cc91e99d89d8fe42ae3ca8cb194f79423089e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>ruby@gentoo.org</email>
    <name>Gentoo Ruby Project</name>
  </maintainer>
  <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="rubygems">thor</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>