diff --git a/srcpkgs/ruby-ronn/template b/srcpkgs/ruby-ronn/template new file mode 100644 index 00000000000..3cf7ba4c9e0 --- /dev/null +++ b/srcpkgs/ruby-ronn/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-ronn' +pkgname=ruby-ronn +version=0.7.3 +revision=1 +noarch=yes +build_style=gem +depends="ruby-hpricot ruby-mustache ruby-rdiscount groff" +short_desc="Strick markdown-like format for manpages" +maintainer="maxice8 " +license="MIT" +homepage="http://rtomayko.github.com/ronn" +checksum=82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e + +post_install() { + vlicense COPYING +}