diff options
author | davidovski <david@davidovski.xyz> | 2022-06-04 15:08:04 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-04 15:08:04 +0100 |
commit | 873665024ebfaa761ee49b508a79db7178aeb778 (patch) | |
tree | 6cd3b4ce3a9f4b0586ffa48e73a6ba4c8da2db43 /repo/asciidoctor/asciidoctor.xibuild | |
parent | 4445f6e15185f58dc599390ab74df3ca19b437b7 (diff) |
added gnupg
Diffstat (limited to 'repo/asciidoctor/asciidoctor.xibuild')
-rw-r--r-- | repo/asciidoctor/asciidoctor.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/asciidoctor/asciidoctor.xibuild b/repo/asciidoctor/asciidoctor.xibuild index bd4f59f..b31fa0e 100644 --- a/repo/asciidoctor/asciidoctor.xibuild +++ b/repo/asciidoctor/asciidoctor.xibuild @@ -4,6 +4,7 @@ NAME="asciidoctor" DESC="Converter for AsciiDoc to HTML5, DocBook 5 (or 4.5) and other formats" MAKEDEPS="ruby" +DEPS="ruby" PKG_VER=2.0.17 SOURCE="https://rubygems.org/downloads/asciidoctor-$PKG_VER.gem" |