updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / ruby-xdg2 / PKGBUILD
blob99578b6665011d5c1da722388ad14c7868e93cfc
1 # Maintainer : Henning Bekel <h dot bekel at googlemail dot com>
3 pkgname=ruby-xdg2
4 pkgver=2.2.2
5 pkgrel=1
6 pkgdesc="Ruby implementation of the XDG Base Directory Standard Specification"
7 url="http://github.com/rubyworks/xdg"
8 arch=('any')
9 license=('LGPL')
10 depends=('ruby')
11 source=("http://rubygems.org/downloads/xdg-${pkgver}.gem")
12 md5sums=('3b9a81c45b876819acda45e59c01d2e8')
14 build() { return 0; }
16 package() {
17   cd "$srcdir"
18   gem install --ignore-dependencies \
19     -i "$pkgdir/$(gem environment gemdir)" xdg-${pkgver}.gem