void-packages/srcpkgs/ruby-net-http-persistent/template
2020-04-06 14:33:41 +02:00

18 lines
522 B
Bash

# Template file for 'ruby-net-http-persistent'
pkgname=ruby-net-http-persistent
version=3.1.0
revision=2
archs=noarch
build_style=gem
depends="ruby-connection_pool>=2.2 ruby-connection_pool<3.0"
short_desc="Manages persistent connections using Net::HTTP"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://docs.seattlerb.org/net-http-persistent"
checksum=eab637fcee31d2f2c119c24b5ae36d73cd8c08ccd9a45567829f24059e9836ae
post_install() {
sed -n '63,82p' README.rdoc > LICENSE
vlicense LICENSE
}