16 lines
432 B
Bash
16 lines
432 B
Bash
# Template file for 'ruby-faraday'
|
|
pkgname=ruby-faraday
|
|
version=1.0.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gem
|
|
depends="ruby-multipart-post>=1.2 ruby-multipart-post<3"
|
|
short_desc="HTTP/REST API client library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/lostisland/faraday"
|
|
checksum=e67631809ae5633a1d2b03adfa83939a91a095f6dc61a1f322826612613dd687
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|