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 +}