summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1009750e8850a825634dec5f2ec9c6cf76eea88c (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)
# Maintainer: noraj <printf %s 'YWxleGFuZHJlLnphbm5pQGV1cm9wZS5jb20='|base64 -d>
# Contributor: Grey Christoforo <grey@christoforo.net>

_gemname=github-markup
pkgname=ruby-$_gemname
pkgver=3.0.2
pkgrel=1
pkgdesc='The code GitHub uses to render README.markup'
arch=(any)
url='https://github.com/github/markup'
license=(MIT)
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('a9775404aebaedbd255ea915ed0dbc5eb155e435990bd01e7a83d8574d814ff7d311d5d54b8a1e8e7b0194f7d77106f899b7cfb705f76a5230c276b05345d8e3')

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