wok-next view asciidoctor/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents
children 33431f18996b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciidoctor"
4 VERSION="1.5.8"
5 CATEGORY="ruby"
6 SHORT_DESC="A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://rubygems.org/gems/$PACKAGE"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.gem"
13 WGET_URL="http://rubygems.org/downloads/$TARBALL"
15 BUILD_DEPENDS="ruby-dev"
17 compile_rules() {
18 gem install \
19 --no-document \
20 --ignore-dependencies \
21 --no-user-install \
22 --build-root $install \
23 $src/$TARBALL &&
24 fix gem
25 }
27 genpkg_rules() {
28 copy @ruby
29 DEPENDS="ruby ruby-stdlib"
30 }