17 lines
398 B
Bash
17 lines
398 B
Bash
# Template file for 'ruby-ethon'
|
|
pkgname=ruby-ethon
|
|
version=0.11.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gem
|
|
depends="ruby-ffi>=1.3.0"
|
|
short_desc="Lightweight wrapper around libcurl"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/typhoeus/ethon"
|
|
checksum=88ec7960a8e00f76afc96ed15dcc8be0cb515f963fe3bb1d4e0b5c51f9d7e078
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|