changeset 1134:6ab256703d4a

ruby/rb-multi-xml: initial import, closes #2372
author David Demelier <markand@malikania.fr>
date Mon, 23 Sep 2019 20:39:36 +0200
parents 63f7a64bee7c
children a653630b4654
files ruby/rb-multi-xml/rb-multi-xml.sh ruby/rb-multi-xml/rb-multi-xml.sha1
diffstat 2 files changed, 37 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ruby/rb-multi-xml/rb-multi-xml.sh	Mon Sep 23 20:39:36 2019 +0200
@@ -0,0 +1,36 @@
+#!/bin/sh
+#
+# Copyright (c) 2019 FirstName LastName <mailaddress>
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+
+_GEM=multi_xml
+
+PKGNAME=rb-multi-xml
+PKGVERSION=0.6.0
+PKGREVISION=1
+PKGLICENSE="MIT"
+PKGSUMMARY="provides swappable XML backends"
+PKGDOWNLOAD="https://rubygems.org/downloads/$_GEM-$PKGVERSION.gem"
+PKGDEPENDS="ruby"
+
+build()
+{
+	gem install -l \
+		--ignore-dependencies \
+		--no-user-install \
+		-i $DESTDIR/$(gem env gemdir) \
+		-n $DESTDIR/bin \
+		$_GEM-$PKGVERSION.gem
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ruby/rb-multi-xml/rb-multi-xml.sha1	Mon Sep 23 20:39:36 2019 +0200
@@ -0,0 +1,1 @@
+d1cd642a3deba91cc673ac6df6b6e22c82dbd527  multi_xml-0.6.0.gem