void-packages/srcpkgs/ruby-faraday/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
433 B
Bash

# Template file for 'ruby-faraday'
pkgname=ruby-faraday
version=0.15.4
revision=2
archs=noarch
build_style=gem
depends="ruby-multipart-post>=1.2 ruby-multipart-post<3"
short_desc="HTTP/REST API client library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/lostisland/faraday"
checksum=00e6ffd6f1bccd9dc9e3b993a0004e69680559422206ce4cbb81fd2d0ba8e268
post_install() {
vlicense LICENSE.md
}