summaryrefslogtreecommitdiff
blob: 24d60c8be42edaaafb7667250a678eca561e6e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>