summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 36a5a334550cb8a920460ff69499a3f42b2084b0 (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: Artem Vorotnikov <artem@vorotnikov.me>

_gemname=execjs
pkgname=ruby-$_gemname
pkgver=2.6.0
pkgrel=1
pkgdesc='Run JavaScript code from Ruby'
arch=(any)
url='https://github.com/rails/execjs'
license=(MIT)
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('366e968b8fbec7ebc8117cc507073e3905d51606463c8c25df46047f66a9299e1b8f1d935ca6bed5d6841c07d156f0fff67073ea382aa1beb3f32283c020c1c4')

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" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}