wok-next rev 21168

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
parents 467b0fd437e0
children 5f402c5b01bd
files asciidoctor/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asciidoctor/receipt	Mon Mar 25 12:22:25 2019 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="asciidoctor"
     1.7 +VERSION="1.5.8"
     1.8 +CATEGORY="ruby"
     1.9 +SHORT_DESC="A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://rubygems.org/gems/$PACKAGE"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.gem"
    1.16 +WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="ruby-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	gem install \
    1.22 +		--no-document \
    1.23 +		--ignore-dependencies \
    1.24 +		--no-user-install \
    1.25 +		--build-root $install \
    1.26 +		$src/$TARBALL &&
    1.27 +	fix gem
    1.28 +}
    1.29 +
    1.30 +genpkg_rules() {
    1.31 +	copy @ruby
    1.32 +	DEPENDS="ruby ruby-stdlib"
    1.33 +}