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

Anatol Pomozov anatolik at gemini.archlinux.org
Tue May 17 17:22:34 UTC 2022


    Date: Tuesday, May 17, 2022 @ 17:22:34
  Author: anatolik
Revision: 1207684

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 17:22:14 UTC (rev 1207683)
+++ PKGBUILD	2022-05-17 17:22:34 UTC (rev 1207684)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=mruby
-pkgver=3.0.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 ruby-rake)
-source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('4b393f26a473ba8106fc193c07b514dc395e1264')
-
-build() {
-  cd mruby-$pkgver
-  CFLAGS+=" -ffat-lto-objects" \
-  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"
-}

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 1207683, mruby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-17 17:22:34 UTC (rev 1207684)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=mruby
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
+arch=(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=('66ce7808e26d5c47ffb7da350aaf8e0705c1a75f')
+
+build() {
+  cd mruby-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
+  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