void-packages/srcpkgs/ruby-typhoeus/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
402 B
Bash

# Template file for 'ruby-typhoeus'
pkgname=ruby-typhoeus
version=1.3.1
revision=2
archs=noarch
build_style=gem
depends="ruby-ethon>=0.9.0"
short_desc="Parallel HTTP requests runner"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/typhoeus/typhoeus"
checksum=257e7163d50bed15e52c3c25bde890ea3ad854f3bd2e3fd16ce0b216c342d132
post_install() {
vlicense LICENSE
}