summaryrefslogtreecommitdiff
path: root/pcr/ruby-asciidoctor/PKGBUILD
blob: 6e0fb009579341992f289a8b22beda67531ae00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Contributor (Arch): Nicolas Bigaouette <nbigaouette@chemcomp.com>
# Maintainer (Arch): Nick Østergaard <oe.nick at gmail dot com>

_gemname=asciidoctor
pkgname=ruby-$_gemname
pkgver=1.5.2
pkgrel=1
pkgdesc='An implementation of the AsciiDoc text processor and publishing toolchain in Ruby'
arch=(any)
url='http://asciidoctor.org'
license=(MIT)
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('da218067d519173d97a0ccd24f8ee81eeeef8460')

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