void-packages/srcpkgs/ruby-net-http-persistent/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
522 B
Bash

# Template file for 'ruby-net-http-persistent'
pkgname=ruby-net-http-persistent
version=3.0.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=285cbf0bc3eb6312a86f883e0f5148e764aed76127075f3836dff5b74adad994
post_install() {
sed -n '63,82p' README.rdoc > LICENSE
vlicense LICENSE
}