diff --git a/srcpkgs/ruby-httparty/template b/srcpkgs/ruby-httparty/template new file mode 100644 index 00000000000..f91d8a29453 --- /dev/null +++ b/srcpkgs/ruby-httparty/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-httparty' +pkgname=ruby-httparty +version=0.16.3 +revision=1 +noarch=yes +build_style=gem +depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2" +short_desc="Makes http fun! Also, makes consuming restful web services dead easy" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/jnunemaker/httparty" +checksum=601cfa3ea82dd805a26086c0edc7bd13185d2a3eaf9993dba4eb8e5ffb3db5f6 + +post_install() { + vlicense MIT-LICENSE +}