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

Alexander Rødseth arodseth at gemini.archlinux.org
Tue Aug 17 10:47:31 UTC 2021


    Date: Tuesday, August 17, 2021 @ 10:47:30
  Author: arodseth
Revision: 1001328

archrelease: copy trunk to community-x86_64

Added:
  clasp/repos/community-x86_64/PKGBUILD
    (from rev 1001327, clasp/trunk/PKGBUILD)
Deleted:
  clasp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++------------------------------
 1 file changed, 27 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 10:47:25 UTC (rev 1001327)
+++ PKGBUILD	2021-08-17 10:47:30 UTC (rev 1001328)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.5
-pkgrel=2
-pkgdesc='Answer set solver'
-arch=('x86_64')
-url='https://potassco.org/'
-license=('GPL3')
-makedepends=('cmake' 'git' 'ninja')
-conflicts=('clingo')
-source=("git+https://github.com/potassco/clasp.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: github.com/potassco/clasp/releases
-# vim: ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 1001327, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-17 10:47:30 UTC (rev 1001328)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.6
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=(x86_64)
+url='https://potassco.org/'
+license=(GPL3)
+makedepends=(cmake git ninja)
+conflicts=(clingo)
+source=("git+https://github.com/potassco/clasp#commit=a8dfc0ab916abe4008452279fb5131b392c20018") # tag: v3.3.6
+b2sums=('SKIP')
+
+build() {
+  cmake -B build -S $pkgname \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: github.com/potassco/clasp/releases



More information about the arch-commits mailing list