Date: Monday, April 17, 2023 @ 22:32:25
Author: anatolik
Revision: 1447105
archrelease: copy trunk to community-x86_64
Added:
mruby/repos/community-x86_64/PKGBUILD
(from rev 1447104, mruby/trunk/PKGBUILD)
Deleted:
mruby/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-17 22:32:04 UTC (rev 1447104)
+++ PKGBUILD 2023-04-17 22:32:25 UTC (rev 1447105)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-
-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"
-}
Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 1447104,
mruby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-17 22:32:25 UTC (rev 1447105)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+
+pkgname=mruby
+pkgver=3.2.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)
+sha256sums=('64a0dd8b65825f2e7cdac6699e818648dc73bfdfc68aa1bfd58417a35315e5cc')
+
+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"
+}