Date: Thursday, January 16, 2020 @ 07:03:32
  Author: arojas
Revision: 552733

archrelease: copy trunk to community-staging-x86_64

Added:
  m4ri/repos/community-staging-x86_64/
  m4ri/repos/community-staging-x86_64/PKGBUILD
    (from rev 552732, m4ri/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: m4ri/repos/community-staging-x86_64/PKGBUILD (from rev 552732, 
m4ri/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-16 07:03:32 UTC (rev 552733)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+pkgname=m4ri
+pkgver=20200115
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2"
+arch=(x86_64)
+url="https://bitbucket.org/malb/m4ri";
+license=(GPL)
+depends=(libpng)
+source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('a2ba0d74ec5129c6fab59cd7d8e7a9f00a69ec63b76672105faef524f9d88556')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-openmp
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Reply via email to