[arch-commits] Commit in mcqd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 20:45:45 UTC 2017
Date: Wednesday, December 20, 2017 @ 20:45:44
Author: arojas
Revision: 275078
archrelease: copy trunk to community-x86_64
Added:
mcqd/repos/community-x86_64/PKGBUILD
(from rev 275077, mcqd/trunk/PKGBUILD)
Deleted:
mcqd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 20:45:20 UTC (rev 275077)
+++ PKGBUILD 2017-12-20 20:45:44 UTC (rev 275078)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mcqd
-pkgver=1.0
-pkgrel=3
-pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
-arch=('i686' 'x86_64')
-url="http://www.sicmm.org/~konc/maxclique/"
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://www.sicmm.org/~konc/maxclique/mcqd.zip")
-md5sums=('356d9f3312bc5f15fb9d893990011c6e')
-
-build() {
- cd $pkgname
-
- g++ -O3 mcqd.cpp -o mcqd
-}
-
-package() {
- cd $pkgname
-
- install -Dm755 mcqd "$pkgdir"/usr/bin/mcqd
- install -Dm644 mcqd.h "$pkgdir"/usr/include/mcqd.h
- install -D COPYING "$pkgdir"/usr/share/licenses/mcqd/COPYING
-}
-
Copied: mcqd/repos/community-x86_64/PKGBUILD (from rev 275077, mcqd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-20 20:45:44 UTC (rev 275078)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mcqd
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Maximum Clique Algorithm for finding a maximum clique in an undirected graph"
+arch=(x86_64)
+url="http://www.sicmm.org/~konc/maxclique/"
+license=(GPL3)
+depends=(gcc-libs)
+source=("https://gitlab.com/janezkonc/mcqd/repository/v$pkgver/archive.tar.gz")
+sha256sums=('292931d9c302099d4f00e8cac1af9197f1fb8807cdef922fede525a6e8a49184')
+
+build() {
+ cd $pkgname-v$pkgver-*
+
+ g++ -O3 mcqd.cpp -o mcqd
+}
+
+package() {
+ cd $pkgname-v$pkgver-*
+
+ install -Dm755 mcqd "$pkgdir"/usr/bin/mcqd
+ install -Dm644 mcqd.h "$pkgdir"/usr/include/mcqd.h
+ install -D COPYING "$pkgdir"/usr/share/licenses/mcqd/COPYING
+}
+
More information about the arch-commits
mailing list