From 986e1590429d3e308dd2f069c3dfe93fbce00595 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 15 Nov 2018 16:25:07 -0200 Subject: [PATCH] New package: ruby-multi_json-1.13.1 --- srcpkgs/ruby-multi_json/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-multi_json/template diff --git a/srcpkgs/ruby-multi_json/template b/srcpkgs/ruby-multi_json/template new file mode 100644 index 0000000000..8e517807d2 --- /dev/null +++ b/srcpkgs/ruby-multi_json/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-multi_json' +pkgname=ruby-multi_json +version=1.13.1 +revision=1 +noarch=yes +build_style=gem +short_desc="Common interface for multiple JSON parsing libraries" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/intridea/multi_json" +checksum=db8613c039b9501e6b2fb85efe4feabb02f55c3365bae52bba35381b89c780e6 + +post_install() { + vlicense LICENSE.md +}