17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'ruby-net-http-persistent'
|
|
pkgname=ruby-net-http-persistent
|
|
version=4.0.1
|
|
revision=2
|
|
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=2752f4cce05fd1c45e0537c6f3a98fa5a4899efd5f88e63c104ed5f05cbddef9
|
|
|
|
post_install() {
|
|
sed -n '63,82p' README.rdoc > LICENSE
|
|
vlicense LICENSE
|
|
}
|