summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 745454369026c9e7e7cf3fe4803405fb1c6735e3 (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: Brad Ackerman <brad@facefault.org>
# Contributor: Florian Maunier <fmauneko@dissidence.ovh>

_gemname=colorls
pkgname=ruby-$_gemname
pkgver=1.4.6
pkgrel=1
pkgdesc='A Ruby CLI gem that beautifies the terminal'\''s ls command, with color and font-awesome icons.'
arch=(any)
url='https://github.com/athityakumar/colorls'
license=(MIT)
depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow ruby-unicode-display_width ruby-addressable)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha256sums=('e98e349b2378cf0f8a086e23f41745183fb580cea1bb9ec98b5156458361299b')

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