1 # Maintainer: Hilton Medeiros <medeiros.hilton at gmail dot com>
2 # Contributor: shacristo <shacristo at gmail dot com>
3 # Contributor: Kamil Stachowski <kamil.stachowski@gmail.com>
8 pkgdesc='An arbitrary command output colourer'
9 url='http://www.caliban.org/ruby/acoc.shtml'
10 arch=('i686' 'x86_64')
12 depends=('ruby' 'ruby-term-ansicolor')
13 optdepends=('ruby-tpty')
14 source=(http://www.caliban.org/files/ruby/$pkgname-$pkgver.tar.gz
15 fix_class_clash.patch)
16 md5sums=('c7fa847e2d55eccbc6625d3e22ad609e'
17 'e2e788d561c29af53ce119fb422a34e9')
20 cd $srcdir/$pkgname-$pkgver
21 patch acoc <$srcdir/fix_class_clash.patch
25 cd $srcdir/$pkgname-$pkgver
26 make install ROOT="$pkgdir"