changeset 1152:354d95d629ce

text/asciidoctor: initial import, closes #2399
author David Demelier <markand@malikania.fr>
date Fri, 27 Sep 2019 21:10:00 +0200
parents 8604ee710a55
children 1d295d9e9acd
files text/asciidoctor/asciidoctor.sh text/asciidoctor/rb-asciidoctor.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/text/asciidoctor/asciidoctor.sh	Fri Sep 27 21:10:00 2019 +0200
@@ -0,0 +1,36 @@
+#!/bin/sh
+#
+# Copyright (c) 2019 David Demelier <markand@malikania.fr>
+#
+# 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=asciidoctor
+
+PKGNAME=asciidoctor
+PKGVERSION=2.0.10
+PKGREVISION=1
+PKGLICENSE="MIT"
+PKGSUMMARY="text processor toolchain for converting AsciiDoc"
+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/text/asciidoctor/rb-asciidoctor.sha1	Fri Sep 27 21:10:00 2019 +0200
@@ -0,0 +1,1 @@
+b3640ffc8decab7111e2ca87ecdb4a3b5c628449  asciidoctor-2.0.10.gem