[arch-commits] Commit in sage-data-graphs/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:17:21 UTC 2018


    Date: Friday, November 9, 2018 @ 22:17:21
  Author: felixonmars
Revision: 404902

archrelease: copy trunk to community-staging-any

Added:
  sage-data-graphs/repos/community-staging-any/
  sage-data-graphs/repos/community-staging-any/PKGBUILD
    (from rev 404899, sage-data-graphs/trunk/PKGBUILD)

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

Copied: sage-data-graphs/repos/community-staging-any/PKGBUILD (from rev 404899, sage-data-graphs/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:17:21 UTC (rev 404902)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_dbname=graphs
+pkgname=sage-data-$_dbname
+pkgver=20161026
+pkgrel=2
+pkgdesc="A database of graphs for Sage"
+arch=(any)
+url="http://www.sagemath.org"
+license=(GPL)
+depends=()
+makedepends=()
+#source=("http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2")
+source=("http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2")
+md5sums=('31facc13f47f63b3aa716f3bc35482d4')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 * "$pkgdir"/usr/share/$_dbname
+}



More information about the arch-commits mailing list