diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template new file mode 100644 index 0000000000..db2580f00d --- /dev/null +++ b/srcpkgs/ruby-thor/template @@ -0,0 +1,14 @@ +# Template file for 'ruby-thor' +pkgname=ruby-thor +version=0.20.3 +revision=1 +build_style=gem +short_desc="Toolkit for building powerful command-line interfaces" +maintainer="maxice8 " +license="MIT" +homepage="http://whatisthor.com/" +checksum=49bc217fe28f6af34c6e60b003e3405c27595a55689077d82e9e61d4d3b519fa + +post_install() { + vlicense LICENSE.md +}