diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
commit | c6e4237951b3670dc3cf0afd9ddd406d5b1ef792 (patch) | |
tree | 553f93fc7657568f8a723abbcfff2a63a55b329b /system/asciidoctor/APKBUILD | |
parent | 51befc595835b6c213d5322b6746fbf68b552ad3 (diff) | |
download | packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.gz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.bz2 packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.xz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.zip |
system/a*: modernise, fix descriptions
Diffstat (limited to 'system/asciidoctor/APKBUILD')
-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() { |