summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorFlorian Franzmann2019-12-08 15:45:24 +0100
committerFlorian Franzmann2019-12-22 01:15:07 +0100
commitbd9610b371142941fa88c784ee7508a0d8949952 (patch)
tree713db2bd9ac2238d919b519e972dc11f55b82725 /ruby-raa
parent2dc2fab238108b870ce96444530a128140858712 (diff)
ruby-raa/asciidoctor: new spell, a documentation generator
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/asciidoctor/BUILD1
-rwxr-xr-xruby-raa/asciidoctor/DEPENDS1
-rwxr-xr-xruby-raa/asciidoctor/DETAILS14
-rw-r--r--ruby-raa/asciidoctor/HISTORY3
4 files changed, 19 insertions, 0 deletions
diff --git a/ruby-raa/asciidoctor/BUILD b/ruby-raa/asciidoctor/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/ruby-raa/asciidoctor/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/asciidoctor/DEPENDS b/ruby-raa/asciidoctor/DEPENDS
new file mode 100755
index 0000000000..17744a822d
--- /dev/null
+++ b/ruby-raa/asciidoctor/DEPENDS
@@ -0,0 +1 @@
+depends ruby-2.6
diff --git a/ruby-raa/asciidoctor/DETAILS b/ruby-raa/asciidoctor/DETAILS
new file mode 100755
index 0000000000..aecb805533
--- /dev/null
+++ b/ruby-raa/asciidoctor/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=asciidoctor
+ VERSION=2.0.10
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:9ef908081569188d9903c7a7619fe0b50197f6f0cc922c4070e116bcd3f988a55da87443e84b6e260aabcc653a804fcaf29b96a722ab36f7ebb27ec11eb7ddbe
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://asciidoctor.org/"
+ LICENSE[0]=MIT
+ ENTERED=20191208
+ SHORT="a fast, open source text processor and publishing toolchain"
+cat << EOF
+A fast, open source text processor and publishing toolchain, written in Ruby,
+for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
+EOF
diff --git a/ruby-raa/asciidoctor/HISTORY b/ruby-raa/asciidoctor/HISTORY
new file mode 100644
index 0000000000..493e3be075
--- /dev/null
+++ b/ruby-raa/asciidoctor/HISTORY
@@ -0,0 +1,3 @@
+2019-12-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+