vp-build/srcpkgs/ruby-websocket/template

17 lines
442 B
Bash

# 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
}