aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-activesupport4.2/APKBUILD
blob: b3bebbd0f481a386b3033911d56c8a596ab59634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ruby-activesupport4.2
_gemname=activesupport
pkgver=4.2.5.2
pkgrel=0
pkgdesc="Utility classes and extension to the standard library"
url="http://rubygems.org/gems/activesupport"
arch="noarch"
license="GPL"
depends="ruby
	ruby-i18n
	ruby-json
	ruby-minitest
	ruby-thread_safe
	ruby-tzinfo
	"
depends_dev=
makedepends="$depends_dev ruby"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"

_builddir="$srcdir"/$_realname-$pkgver
build() {
	return 0
}

package() {
	local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
	local _geminstdir=$_gemdir/gems/$_gemname-$pkgver
	mkdir -p "$pkgdir" || return 1

	gem install --local --install-dir "$pkgdir"/$_gemdir \
		--ignore-dependencies --verbose --no-rdoc --no-ri \
		"$srcdir"/$_gemname-$pkgver.gem || return 1
	rm -rf "$pkgdir"/$_gemdir/cache \
		"$pkgdir"/$_geminstdir/ext \
		"$pkgdir"/$_geminstdir/.require_paths
}

md5sums="51d5ed55a73fcf0e4484b8cfea2f57b5  activesupport-4.2.5.2.gem"
sha256sums="80ad345adf7e2b72c5d90753c0df91eacc34f4de02b34cfbf60bcf6c83483031  activesupport-4.2.5.2.gem"
sha512sums="d1255e4d611f5162795c65ce39dc2b4925182f5f9148ee0bf1a7e6ed465cb4a531854c651122397e13d27d8a8c27c8887f6d3f5c6f2f81a4e1e334866f2773c4  activesupport-4.2.5.2.gem"