summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6a262ac6f213ea86fa360ec014c3037f3d9fcb37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Maintainer: Jörg Thalheim <joerg@higgsboson.tk>

_gemname=rbeautify
pkgname=ruby-$_gemname
pkgver=0.0.7
pkgrel=1
pkgdesc='prettifier/beautifier for Ruby code [from http://www.arachnoid.com/ruby/]'
arch=(any)
url='http://github.com/rogerdpack/rbeautify'
license=()
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('f0880b7580e9d4e03376cf0cf84593d70812d0ef')

package() {
  local _gemdir="$(ruby -e'puts Gem.default_dir')"
  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
}