[arch-commits] Commit in m4rie/repos (2 files)

Antonio Rojas arojas at archlinux.org
Tue Jan 28 16:27:17 UTC 2020


    Date: Tuesday, January 28, 2020 @ 16:27:16
  Author: arojas
Revision: 558250

archrelease: copy trunk to community-staging-x86_64

Added:
  m4rie/repos/community-staging-x86_64/
  m4rie/repos/community-staging-x86_64/PKGBUILD
    (from rev 558249, m4rie/trunk/PKGBUILD)

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

Copied: m4rie/repos/community-staging-x86_64/PKGBUILD (from rev 558249, m4rie/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-01-28 16:27:16 UTC (rev 558250)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20200125
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2^e"
+arch=(x86_64)
+url="https://bitbucket.org/malb/m4rie"
+license=(GPL)
+depends=(m4ri)
+source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list