1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 04:50:32 +01:00
This commit is contained in:
farawayer
2017-01-10 11:59:08 +03:00
parent 385b25f191
commit 51a3fee9cb
2 changed files with 8 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
pkgbase = ruby-terminal-table
pkgdesc = Simple, feature rich ascii table generation library
pkgver = 1.7.3
pkgrel = 1
pkgrel = 2
url = https://github.com/tj/terminal-table
arch = any
license = MIT
depends = ruby
depends = ruby-unicode-display_width
depends = ruby-unicode-display_width<1.2
depends = ruby-unicode-display_width>=1.1.1
noextract = terminal-table-1.7.3.gem
options = !emptydirs
source = https://rubygems.org/downloads/terminal-table-1.7.3.gem

View File

@@ -4,12 +4,15 @@
_gemname=terminal-table
pkgname=ruby-$_gemname
pkgver=1.7.3
pkgrel=1
pkgrel=2
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
url='https://github.com/tj/terminal-table'
license=(MIT)
depends=(ruby ruby-unicode-display_width)
depends=(
ruby
'ruby-unicode-display_width<1.2' 'ruby-unicode-display_width>=1.1.1'
)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)