wok-next view asciidoctor/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 95f9029e5fac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciidoctor"
4 VERSION="2.0.10"
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"
11 TARBALL="$PACKAGE-$VERSION.gem"
12 WGET_URL="http://rubygems.org/downloads/$TARBALL"
14 BUILD_DEPENDS="ruby-dev"
16 HOST_ARCH="any"
18 compile_rules()
19 {
20 gem install \
21 --build-root $install \
22 --ignore-dependencies \
23 --no-document \
24 --no-user-install \
25 $src/$TARBALL &&
26 fix gem
27 }
29 genpkg_rules()
30 {
31 copy @ruby
32 DEPENDS="ruby ruby-stdlib"
33 }