void-packages/srcpkgs/ruby-pusher-client/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

16 lines
470 B
Bash

# Template file for 'ruby-pusher-client'
pkgname=ruby-pusher-client
version=0.6.2
revision=2
archs=noarch
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
}