diff --git a/srcpkgs/ruby-faraday/template b/srcpkgs/ruby-faraday/template new file mode 100644 index 00000000000..09952cfd740 --- /dev/null +++ b/srcpkgs/ruby-faraday/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-faraday' +pkgname=ruby-faraday +version=0.15.3 +revision=1 +noarch=yes +build_style=gem +depends="ruby-multipart-post>=1.2 ruby-multipart-post<3" +short_desc="HTTP/REST API client library" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/lostisland/faraday" +checksum=a2d4d2d05f557c2a6f87ae91cf3d61f757fc9c031dcac9ac9acf7cb011eb1c9a + +post_install() { + vlicense LICENSE.md +}