New package: ruby-net-http-persistent-3.0.0

This commit is contained in:
maxice8 2018-11-15 16:29:30 -02:00 committed by maxice8
parent b81f7afebb
commit ee40dfcd53
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}