summaryrefslogtreecommitdiff
path: root/dev-ruby/thor/metadata.xml
blob: 49715c187b310eac286b79528d5c2a4441a2a840 (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://docs.baldeagleos.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>baldeagleos-repo</origin>
</pkgmetadata>