vp-build/srcpkgs/ruby-websocket/template

16 lines
428 B
Bash

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