diff options
Diffstat (limited to 'system/asciidoctor')
-rw-r--r-- | system/asciidoctor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/asciidoctor/APKBUILD b/system/asciidoctor/APKBUILD index 3b05ab44d..760f82d81 100644 --- a/system/asciidoctor/APKBUILD +++ b/system/asciidoctor/APKBUILD @@ -3,12 +3,13 @@ pkgname=asciidoctor pkgver=1.5.8 pkgrel=0 -pkgdesc="A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats" +pkgdesc="An implementation of AsciiDoc in Ruby" url="https://rubygems.org/gems/$pkgname" arch="noarch" options="!check" # can't test in this packaging format; package differently license="MIT" depends="ruby" +makedepends="" source="https://rubygems.org/downloads/$pkgname-$pkgver.gem" package() { |