[arch-commits] Commit in ruby-rspec-expectations/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Jan 9 23:34:12 UTC 2017


    Date: Monday, January 9, 2017 @ 23:34:12
  Author: foutrelis
Revision: 206266

archrelease: copy trunk to community-staging-any

Added:
  ruby-rspec-expectations/repos/community-staging-any/
  ruby-rspec-expectations/repos/community-staging-any/PKGBUILD
    (from rev 206265, ruby-rspec-expectations/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: ruby-rspec-expectations/repos/community-staging-any/PKGBUILD (from rev 206265, ruby-rspec-expectations/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-01-09 23:34:12 UTC (rev 206266)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Artem Vorotnikov <artem at vorotnikov.me>
+
+_gemname=rspec-expectations
+pkgname=ruby-${_gemname}
+pkgver=3.5.0
+pkgrel=2
+pkgdesc='Provides a readable API to express expected outcomes of a code example'
+url='https://github.com/rspec/rspec-expectations'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('18a4c45bbc2bbc8207d8eaad42476eb516b54befc0c224640ada274ec6ba258838270557f89000cc5b565d1001179cce669fc69a1766303a0981117af4c77faf')
+
+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
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list