17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'ruby-net-http-persistent'
|
|
pkgname=ruby-net-http-persistent
|
|
version=3.1.0
|
|
revision=3
|
|
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
|
|
}
|