summaryrefslogtreecommitdiff
path: root/community/ruby-iconv
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ruby-iconv
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ruby-iconv')
-rwxr-xr-xcommunity/ruby-iconv/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/ruby-iconv/PKGBUILD b/community/ruby-iconv/PKGBUILD
deleted file mode 100755
index d2b60d9ac..000000000
--- a/community/ruby-iconv/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 89242 2013-04-28 10:01:07Z alucryd $
-# Maintainer: Alucryd <alucryd at gmail dot com>
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv"
-license=('GPL3')
-depends=('ruby')
-makedepends=('rubygems')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-package() {
- cd "${srcdir}"
-
- local _gemdir="$(ruby -rubygems -e 'puts Gem.default_dir')"
- gem install --no-user-install --ignore-dependencies -i "${pkgdir}"${_gemdir} ${pkgname#*-}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et: