17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'ruby-pusher-client'
|
|
pkgname=ruby-pusher-client
|
|
version=0.6.2
|
|
revision=2
|
|
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 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/pusher/pusher-ruby-client"
|
|
checksum=c405c931090e126c056d99f6b69a01b1bcb6cbfdde02389c93e7d547c6efd5a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|