summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 22b3d1de0110b7d59a4bcd7e08006274a75f3f2e (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=wikicloth
pkgname=ruby-$_gemname
pkgver=0.8.3
pkgrel=1
pkgdesc='An implementation of the mediawiki markup in ruby'
arch=(any)
url='http://github.com/nricciar/wikicloth'
license=(MIT)
depends=(ruby ruby-builder ruby-expression_parser ruby-twitter-text ruby-nokogiri ruby-htmlentities)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('7d2a5dba2ea615ffec96ff82b45bfabae0ffdf7b9739156dce847964a23d94f5b511ce37bf5c8cc95c1c846eaef817fa401658e4e8e3a93b9e9fc9d47966c801')

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