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

Alexander Rødseth arodseth at archlinux.org
Thu May 27 14:35:34 UTC 2021


    Date: Thursday, May 27, 2021 @ 14:35:34
  Author: arodseth
Revision: 949046

archrelease: copy trunk to community-x86_64

Added:
  gauche/repos/community-x86_64/PKGBUILD
    (from rev 949045, gauche/trunk/PKGBUILD)
Deleted:
  gauche/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 14:35:29 UTC (rev 949045)
+++ PKGBUILD	2021-05-27 14:35:34 UTC (rev 949046)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Motohiro Ueki <ueki.com at gmail.com>
-# Contributor: nkoizu <nkoizu at gmail.com>
-
-pkgname=gauche
-pkgver=0.9.10
-pkgrel=2
-url='https://practical-scheme.net/gauche/'
-pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops libxcrypt slib)
-makedepends=(autoconf gauche git)
-license=(BSD)
-arch=(x86_64)
-# gauche tag: release0_9_10
-source=("git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7")
-sha256sums=('SKIP')
-
-build() {
-  cd Gauche
-  export BUILD_GOSH=/usr/bin/gosh
-  ./DIST gen
-  ./configure --prefix=/usr --with-slib=/usr/share/slib
-  make
-}
-
-package() {
-  cd Gauche
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes

Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 949045, gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 14:35:34 UTC (rev 949046)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Motohiro Ueki <ueki.com at gmail.com>
+# Contributor: nkoizu <nkoizu at gmail.com>
+
+pkgname=gauche
+pkgver=0.9.10
+pkgrel=3
+url='https://practical-scheme.net/gauche/'
+arch=(x86_64)
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
+license=(BSD)
+source=("$pkgname::git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7") # tag: release0_9_10
+b2sums=(SKIP)
+
+build() {
+  cd $pkgname
+  export BUILD_GOSH=/usr/bin/gosh
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes



More information about the arch-commits mailing list