[arch-commits] Commit in mruby/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Jun 21 19:06:51 UTC 2020


    Date: Sunday, June 21, 2020 @ 19:06:50
  Author: anatolik
Revision: 650262

archrelease: copy trunk to community-x86_64

Added:
  mruby/repos/community-x86_64/PKGBUILD
    (from rev 650261, mruby/trunk/PKGBUILD)
Deleted:
  mruby/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 19:06:32 UTC (rev 650261)
+++ PKGBUILD	2020-06-21 19:06:50 UTC (rev 650262)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=mruby
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
-arch=(i686 x86_64)
-url='https://github.com/mruby/mruby'
-license=(MIT)
-depends=(readline)
-makedepends=(bison ruby)
-source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
-
-build() {
-  cd mruby-$pkgver
-  make
-}
-
-check() {
-  cd mruby-$pkgver
-  make test
-}
-
-package() {
-  cd mruby-$pkgver
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" "$pkgdir/usr/share/licenses/mruby"
-  cp build/host/bin/* "$pkgdir/usr/bin"
-  cp build/host/lib/*.a "$pkgdir/usr/lib"
-  cp -r include "$pkgdir/usr"
-
-  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
-}

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 650261, mruby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-21 19:06:50 UTC (rev 650262)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=mruby
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
+arch=(i686 x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby ruby-rake)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('fa573c5f283dd01ad77ce763e611944a626aa8e4')
+
+build() {
+  cd mruby-$pkgver
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  # make test disable due to https://github.com/mruby/mruby/issues/5026
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" "$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}



More information about the arch-commits mailing list