17 lines
476 B
Bash
17 lines
476 B
Bash
# Template file for 'ruby-httparty'
|
|
pkgname=ruby-httparty
|
|
version=0.17.0
|
|
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=76f359eb0f06873fc64315bb71be33e44100c0865fbf36570811c8a5e9d5151f
|
|
|
|
post_install() {
|
|
vlicense MIT-LICENSE
|
|
}
|