summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 742e8282ef74b8e6b206770bf07d9f3511506220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: gardenapple <mailbox@appl.garden>
# Generated by gem2arch (https://github.com/anatol/gem2arch)

_gemname=httpclient-fixcerts
pkgname=ruby-$_gemname
pkgver=2.8.5
pkgrel=2
pkgdesc='Gives something like the functionality of libwww-perl (LWP) in Ruby'
arch=(any)
url='https://github.com/nahi/httpclient'
license=("Ruby")
depends=(ruby)
options=(!emptydirs)
provides=("ruby-httpclient")
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('3466f302f0ca6f89f5c7474c8942f09b87a63487')

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