vp-build/srcpkgs/ruby-net-http-persistent/template

18 lines
523 B
Bash

# Template file for 'ruby-net-http-persistent'
pkgname=ruby-net-http-persistent
version=3.0.0
revision=1
noarch=yes
build_style=gem
depends="ruby-connection_pool>=2.2 ruby-connection_pool<3.0"
short_desc="Manages persistent connections using Net::HTTP"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="http://docs.seattlerb.org/net-http-persistent"
checksum=285cbf0bc3eb6312a86f883e0f5148e764aed76127075f3836dff5b74adad994
post_install() {
sed -n '63,82p' README.rdoc > LICENSE
vlicense LICENSE
}