17 lines
434 B
Bash
17 lines
434 B
Bash
# Template file for 'ruby-faraday'
|
|
pkgname=ruby-faraday
|
|
version=0.15.3
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gem
|
|
depends="ruby-multipart-post>=1.2 ruby-multipart-post<3"
|
|
short_desc="HTTP/REST API client library"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/lostisland/faraday"
|
|
checksum=a2d4d2d05f557c2a6f87ae91cf3d61f757fc9c031dcac9ac9acf7cb011eb1c9a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|