wok-next view ruby-rb-fsevent/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ruby-rb-fsevent"
4 VERSION="0.10.3"
5 CATEGORY="ruby"
6 SHORT_DESC="Very simple & usable FSEvents API"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
10 HOST_ARCH="any"
11 REPOLOGY="${PACKAGE/-/:}"
13 TARBALL="${PACKAGE#*-}-$VERSION.gem"
14 WGET_URL="https://rubygems.org/downloads/$TARBALL"
15 TARBALL_SHA256="a8f78186feb55bb98579b5e0f8dd925ececfde1b5c2496e5e932997ff999a1d2"
17 BUILD_DEPENDS="ruby-dev"
18 SPLIT="$PACKAGE-dev"
20 COPY_std="@ruby"
21 COPY_dev="@ruby-dev"
23 DEPENDS_std="ruby"
25 compile_rules() {
26 # FIXME: hmm... look at the binary file, is it gem OSX-based only?..
27 # dependency chain: activeadmin -> sass -> sass-listen -> rb-fsevent
28 gem install \
29 --no-document \
30 --ignore-dependencies \
31 --no-user-install \
32 --build-root $install \
33 $src/$TARBALL &&
34 fix gem
35 }