summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b57fc61ca7f695077707ed8773b59ff9c613e78 (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: Lucas Rooyakkers <lucas.rooyakkers@pm.me>

_gemname=color
pkgname=ruby-$_gemname
pkgver=1.8
pkgrel=1
pkgdesc='Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace manipulation support to applications that require it'
arch=(any)
url='https://github.com/halostatue/color'
license=(MIT)
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('39e1f5b10f1356e7c22e9faffed5e19fe5ec5293')

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"
}