Browse Source

asciidoctor: package is platform independent

build-on-device
Leonid Plyushch 5 years ago
parent
commit
260a6a9e62
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/asciidoctor/build.sh

2
packages/asciidoctor/build.sh

@ -2,9 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://asciidoctor.org/
TERMUX_PKG_DESCRIPTION="An implementation of AsciiDoc in Ruby"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=2.0.10
TERMUX_PKG_REVISION=1
TERMUX_PKG_DEPENDS="ruby"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
_RUBY_VERSION=2.6

Loading…
Cancel
Save