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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 28 22:01:02 UTC 2015


    Date: Monday, December 28, 2015 @ 23:01:02
  Author: bpiotrowski
Revision: 154727

archrelease: copy trunk to community-staging-any

Added:
  ruby-mustache/repos/community-staging-any/
  ruby-mustache/repos/community-staging-any/PKGBUILD
    (from rev 154726, ruby-mustache/trunk/PKGBUILD)

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

Copied: ruby-mustache/repos/community-staging-any/PKGBUILD (from rev 154726, ruby-mustache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-12-28 22:01:02 UTC (rev 154727)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+_gemname=mustache
+pkgname=ruby-$_gemname
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
+arch=(any)
+url='http://github.com/defunkt/mustache'
+license=(MIT)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a56dbdc97cb72005183d4f50ff23c200232768f0')
+
+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" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list