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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Sep 5 17:25:42 UTC 2022


    Date: Monday, September 5, 2022 @ 17:25:41
  Author: arodseth
Revision: 1293072

archrelease: copy trunk to community-x86_64

Added:
  algol68g/repos/community-x86_64/PKGBUILD
    (from rev 1293071, algol68g/trunk/PKGBUILD)
Deleted:
  algol68g/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-05 17:24:53 UTC (rev 1293071)
+++ PKGBUILD	2022-09-05 17:25:41 UTC (rev 1293072)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: <karolina.lindqvist at kramnet.se>
-
-pkgname=(algol68g algol68g-doc)
-pkgver=3.0.7
-pkgrel=1
-pkgdesc='Algol 68 compiler and interpreter'
-arch=(x86_64)
-url='https://jmvdveer.home.xs4all.nl/algol.html'
-license=(GPL)
-depends=(gsl plotutils)
-optdepends=('postgresql-libs: for postgresql support')
-# This URL was removed:
-source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
-        'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
-b2sums=('e9c1185d709b94a701797a0224b6b2e106d0fcb66e94a34ea8d482b8ccfc86c6134c30a0311d6630b23c4d4e219950fdac0c4c2e200f4dab3aef279ecd850470'
-        'f8ca710d9a4f611873de41785e70359bd566645268ebb848803d3cd2e9a9f873f8ac423e3e08699998083444b7f6d98df32fdb7a4c6b36692462ee50ddb1e410')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_algol68g() {
-  make -C $pkgname-$pkgver \
-    DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
-}
-
-package_algol68g-doc() {
-  install -Dm644 a68g-doc.pdf \
-    "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
-}

Copied: algol68g/repos/community-x86_64/PKGBUILD (from rev 1293071, algol68g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-05 17:25:41 UTC (rev 1293072)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: <karolina.lindqvist at kramnet.se>
+
+pkgname=(algol68g algol68g-doc)
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='Algol 68 compiler and interpreter'
+arch=(x86_64)
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=(GPL)
+depends=(gsl plotutils)
+optdepends=('postgresql-libs: for postgresql support')
+# This URL was removed:
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
+        'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
+b2sums=('e9c1185d709b94a701797a0224b6b2e106d0fcb66e94a34ea8d482b8ccfc86c6134c30a0311d6630b23c4d4e219950fdac0c4c2e200f4dab3aef279ecd850470'
+        'f8ca710d9a4f611873de41785e70359bd566645268ebb848803d3cd2e9a9f873f8ac423e3e08699998083444b7f6d98df32fdb7a4c6b36692462ee50ddb1e410')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_algol68g() {
+  make -C $pkgname-$pkgver \
+    DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
+}
+
+package_algol68g-doc() {
+  install -Dm644 a68g-doc.pdf \
+    "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
+}



More information about the arch-commits mailing list