diff --git a/srcpkgs/ruby-pusher-client/template b/srcpkgs/ruby-pusher-client/template new file mode 100644 index 00000000000..43432fa3367 --- /dev/null +++ b/srcpkgs/ruby-pusher-client/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-pusher-client' +pkgname=ruby-pusher-client +version=0.6.2 +revision=1 +noarch=yes +build_style=gem +depends="ruby-websocket>=1.0 ruby-websocket<2.0" +short_desc="Client for consuming WebSockets from http://pusher.com" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/pusher/pusher-ruby-client" +checksum=c405c931090e126c056d99f6b69a01b1bcb6cbfdde02389c93e7d547c6efd5a3 + +post_install() { + vlicense LICENSE.txt +}