diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template new file mode 100644 index 00000000000..1982de578ec --- /dev/null +++ b/srcpkgs/ruby-manpages/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-manpages' +pkgname=ruby-manpages +version=0.6.1 +revision=1 +noarch=yes +build_style=gem +short_desc="Gem to add man pages support to ruby gems" +maintainer="Frank Steinborn " +license="MIT" +homepage="https://github.com/bitboxer/manpages" +checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686 + +post_install() { + vlicense LICENSE +}