17 lines
476 B
Bash
17 lines
476 B
Bash
# Template file for 'ruby-httparty'
|
|
pkgname=ruby-httparty
|
|
version=0.16.4
|
|
revision=1
|
|
archs=noarch
|
|
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=62c89d00f5e8933b2d397a49b57deb18ca18e16cb7d862ee4f53b73228dc3d81
|
|
|
|
post_install() {
|
|
vlicense MIT-LICENSE
|
|
}
|