17 lines
459 B
Bash
17 lines
459 B
Bash
|
# Template file for 'ruby-faraday_middleware'
|
||
|
pkgname=ruby-faraday_middleware
|
||
|
version=0.12.2
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
build_style=gem
|
||
|
depends="ruby-faraday>=0.7.4 ruby-faraday<1.0"
|
||
|
short_desc="Various middleware for Faraday"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/lostisland/faraday_middleware"
|
||
|
checksum=2d90093c18c23e7f5a6f602ed3114d2c62abc3f7f959dd3046745b24a863f1dc
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.md
|
||
|
}
|