[arch-commits] Commit in gauche/repos (2 files)
Alexander Rødseth
arodseth at archlinux.org
Tue Sep 22 13:46:31 UTC 2020
Date: Tuesday, September 22, 2020 @ 13:46:30
Author: arodseth
Revision: 711381
archrelease: copy trunk to community-testing-x86_64
Added:
gauche/repos/community-testing-x86_64/
gauche/repos/community-testing-x86_64/PKGBUILD
(from rev 711380, gauche/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: gauche/repos/community-testing-x86_64/PKGBUILD (from rev 711380, gauche/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-09-22 13:46:30 UTC (rev 711381)
@@ -0,0 +1,34 @@
+# 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.9
+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_9
+source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9")
+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
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list