ruby.setup mustache 0.10.0 gem
description Logic-less templates, implemented in Ruby.
Inspired by ctemplate and et, Mustache is a framework-agnostic way to \
homepage http://mustache.github.com/
master_sites http://rubygems.org/downloads/
checksums md5 fa107351a80265149de08e6af9b4f477 \
sha1 1ea270702d50745e0d6431cf212d81d18d0df916 \
rmd160 644455c6a734a0ce205f501e0ec6c3a36360e849
set gemdir ${destroot}${ruby.gemdir}/gems/${worksrcdir}
set mandir ${destroot}${prefix}/share/man/
set docdir ${destroot}${prefix}/share/doc/${ruby.module}
xinstall ${gemdir}/man/${ruby.module}.1 ${mandir}/man1/
xinstall ${gemdir}/man/${ruby.module}.5 ${mandir}/man5/
xinstall -W ${gemdir} README.md LICENSE ${docdir}
xinstall {*}[glob ${gemdir}/man/*.html] ${docdir}