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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Nov 21 11:14:55 UTC 2021


    Date: Sunday, November 21, 2021 @ 11:14:54
  Author: arodseth
Revision: 1052945

archrelease: copy trunk to community-x86_64

Added:
  chicken/repos/community-x86_64/PKGBUILD
    (from rev 1052944, chicken/trunk/PKGBUILD)
Deleted:
  chicken/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-21 11:14:49 UTC (rev 1052944)
+++ PKGBUILD	2021-11-21 11:14:54 UTC (rev 1052945)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: David <david at pako.st>
-
-pkgname=chicken
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
-arch=(x86_64)
-url='https://call-cc.org/'
-license=(BSD)
-makedepends=(chicken)
-optdepends=('tk: for the tcl/tk egg')
-options=(staticlibs)
-source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('819149c8ce7303a9b381d3fdc1d5765c5f9ac4dee6f627d1652f47966a8780fa')
-
-build() {
-  make -j1 -C $pkgname-$pkgver \
-    PLATFORM=linux \
-    CSC_PROGRAM=chicken-csc \
-    CSI_PROGRAM=chicken-csi \
-    PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Chicken had csc and csi first, but then mono introduced a conflict and
-  # does not seem to want to change this. OpenBSD renamed csc and csi to
-  # chicken-csc and chicken-csi 2018-12-12. We also use these.
-  make -j1 \
-    PLATFORM=linux \
-    DESTDIR="$pkgdir" \
-    PREFIX=/usr \
-    CSC_PROGRAM=chicken-csc \
-    CSI_PROGRAM=chicken-csi \
-    install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: code.call-cc.org/releases/current/NEWS
-# vim: ts=2 sw=2 et:

Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 1052944, chicken/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-21 11:14:54 UTC (rev 1052945)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: David <david at pako.st>
+
+pkgname=chicken
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=(x86_64)
+url='https://call-cc.org/'
+license=(BSD)
+makedepends=(chicken)
+optdepends=('tk: for the tcl/tk egg')
+options=(staticlibs)
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('7e1fb8c844542927eec53df751014f718b8c96fb6cf390d6464d7d55467c7320346be9ed05202b9c5c96548f274243ae52fead488981d7c207bec2c001db7cd7')
+
+build() {
+  make -j1 -C $pkgname-$pkgver \
+    CSC_PROGRAM=chicken-csc \
+    CSI_PROGRAM=chicken-csi \
+    PLATFORM=linux \
+    PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 \
+    CSC_PROGRAM=chicken-csc \
+    CSI_PROGRAM=chicken-csi \
+    DESTDIR="$pkgdir" \
+    PLATFORM=linux \
+    PREFIX=/usr \
+    install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: code.call-cc.org/releases/current/NEWS



More information about the arch-commits mailing list