17 lines
474 B
Bash
17 lines
474 B
Bash
|
# Template file for 'ruby-httparty'
|
||
|
pkgname=ruby-httparty
|
||
|
version=0.16.3
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
build_style=gem
|
||
|
depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2"
|
||
|
short_desc="Makes http fun! Also, makes consuming restful web services dead easy"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/jnunemaker/httparty"
|
||
|
checksum=601cfa3ea82dd805a26086c0edc7bd13185d2a3eaf9993dba4eb8e5ffb3db5f6
|
||
|
|
||
|
post_install() {
|
||
|
vlicense MIT-LICENSE
|
||
|
}
|