void-packages/srcpkgs/ruby-net-http-pipeline/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

16 lines
457 B
Bash

# Template file for 'ruby-net-http-pipeline'
pkgname=ruby-net-http-pipeline
version=1.0.1
revision=2
archs=noarch
build_style=gem
short_desc="HTTP/1.1 pipelining implementation atop Net::HTTP"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://docs.seattlerb.org/net-http-pipeline"
checksum=6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f
post_install() {
sed -n '40,59p' README.txt > LICENSE
vlicense LICENSE
}