summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 97027e88d35cfbb64a46649d15f2fdadf8aeaf3b (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: John Gerritse <tyrannis dot hawk at gmail dot com>
# Maintainer: Eric Clausing <eric dot s dot clausing at gmail dot com>

_gemname=other_video_transcoding
pkgname=ruby-$_gemname
pkgver=0.12.0
pkgrel=1
pkgdesc='Other Video Transcoding is a package of tools to transcode videos.'
arch=('any')
url='https://github.com/donmelton/other_video_transcoding'
license=(Ruby)
makedepends=('ruby-rdoc')
depends=('ruby' 'mkvtoolnix-cli' 'ffmpeg')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('adcba10451067c19c17f51b1262667de1e9e7eba')

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