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

Alexander Rødseth arodseth at archlinux.org
Thu Jun 20 08:16:27 UTC 2019


    Date: Thursday, June 20, 2019 @ 08:16:27
  Author: arodseth
Revision: 482450

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 08:16:22 UTC (rev 482449)
+++ PKGBUILD	2019-06-20 08:16:27 UTC (rev 482450)
@@ -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.0.0
-pkgrel=2
-pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
-arch=(x86_64)
-url='https://call-cc.org/'
-license=(BSD)
-depends=(tk)
-makedepends=(chicken)
-options=(staticlibs)
-source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a8b94bb94c5d6a4348cedd75dc334ac80924bcd9a7a7a3d6af5121e57ef66595')
-
-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.
-  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 482449, chicken/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-20 08:16:27 UTC (rev 482450)
@@ -0,0 +1,44 @@
+# 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.1.0
+pkgrel=1
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=(x86_64)
+url='https://call-cc.org/'
+license=(BSD)
+depends=(tk)
+makedepends=(chicken)
+options=(staticlibs)
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b')
+
+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.
+  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:



More information about the arch-commits mailing list