16 lines
425 B
Bash
16 lines
425 B
Bash
# Template file for 'ruby-faraday_middleware'
|
|
pkgname=ruby-faraday_middleware
|
|
version=1.0.0
|
|
revision=6
|
|
build_style=gem
|
|
depends="ruby-faraday>=1.0"
|
|
short_desc="Various middleware for Faraday"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/lostisland/faraday_middleware"
|
|
checksum=19e808539681bbf2e65df30dfbe27bb402bde916a1dceb4c7496dbe8de14334a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|