summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e2726c6856b57750b7e9daf3a238a5bd117f796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>

_gemname=pgdexter
pkgname=ruby-$_gemname
pkgver=0.3.10
pkgrel=1
pkgdesc='The automatic indexer for Postgres'
arch=(any)
url='https://github.com/ankane/dexter'
license=()
depends=(ruby ruby-slop ruby-pg ruby-pg-query)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha256sums=('3acab7dc4e6af7087e78f2b986b69288437198a86fce85a74e0eb152886e70ef')

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"
  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}