From 63a01f02ec81a623f0a446ec1e5e039c11b03ab8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 15 Nov 2018 16:20:04 -0200 Subject: [PATCH] New package: ruby-ethon-0.11.0 --- srcpkgs/ruby-ethon/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ruby-ethon/template diff --git a/srcpkgs/ruby-ethon/template b/srcpkgs/ruby-ethon/template new file mode 100644 index 00000000000..6cfc8e19778 --- /dev/null +++ b/srcpkgs/ruby-ethon/template @@ -0,0 +1,16 @@ +# 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 " +license="MIT" +homepage="https://github.com/typhoeus/ethon" +checksum=88ec7960a8e00f76afc96ed15dcc8be0cb515f963fe3bb1d4e0b5c51f9d7e078 + +post_install() { + vlicense LICENSE +}