mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
19 lines
724 B
XML
19 lines
724 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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="github">rails/thor</remote-id>
|
|
<remote-id type="rubygems">thor</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|