wok-next annotate ruby-rspec-expectations/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents efc1e4b02968
children
rev   line source
al@20910 1 # SliTaz package receipt v2.
al@20910 2
al@20910 3 PACKAGE="ruby-rspec-expectations"
al@21051 4 VERSION="3.8.2"
al@20910 5 CATEGORY="ruby"
al@20910 6 SHORT_DESC="Express expected outcomes of a code example"
al@20910 7 MAINTAINER="al.bobylev@gmail.com"
al@20910 8 LICENSE="MIT"
al@20910 9 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
al@20910 10 HOST_ARCH="any"
al@20910 11 REPOLOGY="${PACKAGE/-/:}"
al@20910 12
al@20910 13 TARBALL="${PACKAGE#*-}-$VERSION.gem"
al@20910 14 WGET_URL="http://rubygems.org/downloads/$TARBALL"
al@20910 15
al@20910 16 BUILD_DEPENDS="ruby-dev"
al@21051 17 COPY_std="@ruby"
al@21051 18 DEPENDS_std="ruby ruby-diff-lcs ruby-rspec-support"
al@20910 19
al@20910 20 compile_rules() {
al@20910 21 gem install \
al@20910 22 --no-document \
al@20910 23 --ignore-dependencies \
al@20910 24 --no-user-install \
al@20910 25 --build-root $install \
al@20910 26 $src/$TARBALL &&
al@20910 27 fix gem
al@20910 28 }