New package: ruby-websocket-1.2.8

This commit is contained in:
maxice8 2018-11-15 16:23:57 -02:00 committed by maxice8
parent 6872383d1e
commit 8ab6573090
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'ruby-websocket'
pkgname=ruby-websocket
version=1.2.8
revision=1
noarch=yes
build_style=gem
short_desc="Universal Ruby library to handle WebSocket protocol"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/imanel/websocket-ruby"
checksum=1d8155c1cdaab8e8e72587a60e08423c9dd84ee44e4e827358ce3d4c2ccb2138
post_install() {
sed -n '125,131p' README.md > LICENSE
vlicense LICENSE
}