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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Jul 29 10:56:15 UTC 2021


    Date: Thursday, July 29, 2021 @ 10:56:14
  Author: arodseth
Revision: 990222

archrelease: copy trunk to community-x86_64

Added:
  chuck/repos/community-x86_64/PKGBUILD
    (from rev 990221, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 10:56:10 UTC (rev 990221)
+++ PKGBUILD	2021-07-29 10:56:14 UTC (rev 990222)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=chuck
-pkgver=1.4.0.1
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=(x86_64)
-url='https://chuck.cs.princeton.edu/'
-license=(GPL)
-depends=(jack)
-groups=(pro-audio)
-source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('11a20c34b385e132bf43d5ae6a562c652f631828cc6b1562a4c029bc9a850ed4')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm755 "src/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim: ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 990221, chuck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-29 10:56:14 UTC (rev 990222)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=chuck
+pkgver=1.4.1.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=(x86_64)
+url='https://chuck.cs.princeton.edu/'
+license=(GPL)
+depends=(jack)
+groups=(pro-audio)
+source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
+sha256sums=('74bf99ad515e3113c55b833152936fad02a3cf006a54105ff11777c473194928')
+
+build() {
+  # "linux-alsa" and "linux-oss" are also available
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm755 "src/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release



More information about the arch-commits mailing list