16 lines
473 B
Bash
16 lines
473 B
Bash
# Template file for 'ruby-httparty'
|
|
pkgname=ruby-httparty
|
|
version=0.17.1
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jnunemaker/httparty"
|
|
checksum=972f9bff3f94511cf6601ba356ab569897e2b229904a86507057b3844f9439ea
|
|
|
|
post_install() {
|
|
vlicense MIT-LICENSE
|
|
}
|