wok-next view ruby-activesupport/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents efc1e4b02968
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ruby-activesupport"
4 VERSION="5.2.1"
5 CATEGORY="ruby"
6 SHORT_DESC="A toolkit of support libraries and Ruby core extensions extracted \
7 from the Rails framework"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
11 HOST_ARCH="any"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="${PACKAGE#*-}-$VERSION.gem"
15 WGET_URL="https://rubygems.org/downloads/$TARBALL"
17 BUILD_DEPENDS="ruby-dev"
19 compile_rules() {
20 gem install \
21 --no-document \
22 --ignore-dependencies \
23 --no-user-install \
24 --build-root $install \
25 $src/$TARBALL &&
26 fix gem
27 }
29 genpkg_rules() {
30 copy @ruby
31 DEPENDS="ruby ruby-concurrent-ruby ruby-i18n ruby-minitest ruby-tzinfo"
32 }