summaryrefslogtreecommitdiff
path: root/system/asciidoctor
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-20 23:59:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-20 23:59:43 +0000
commitc6e4237951b3670dc3cf0afd9ddd406d5b1ef792 (patch)
tree553f93fc7657568f8a723abbcfff2a63a55b329b /system/asciidoctor
parent51befc595835b6c213d5322b6746fbf68b552ad3 (diff)
downloadpackages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.gz
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.bz2
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.xz
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.zip
system/a*: modernise, fix descriptions
Diffstat (limited to 'system/asciidoctor')
-rw-r--r--system/asciidoctor/APKBUILD3
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() {