16 lines
457 B
Bash
16 lines
457 B
Bash
# Template file for 'ruby-pusher-client'
|
|
pkgname=ruby-pusher-client
|
|
version=0.6.2
|
|
revision=8
|
|
build_style=gem
|
|
depends="ruby-websocket>=1.0 ruby-websocket<2.0"
|
|
short_desc="Client for consuming WebSockets from http://pusher.com"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pusher/pusher-ruby-client"
|
|
checksum=c405c931090e126c056d99f6b69a01b1bcb6cbfdde02389c93e7d547c6efd5a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|