[arch-commits] Commit in sympol (3 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 19 16:16:35 UTC 2019


    Date: Tuesday, November 19, 2019 @ 16:16:34
  Author: arojas
Revision: 530430

archrelease: copy trunk to community-x86_64

Added:
  sympol/repos/
  sympol/repos/community-x86_64/
  sympol/repos/community-x86_64/PKGBUILD
    (from rev 530429, sympol/trunk/PKGBUILD)

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

Copied: sympol/repos/community-x86_64/PKGBUILD (from rev 530429, sympol/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-11-19 16:16:34 UTC (rev 530430)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sympol
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="A C++ tool to work with symmetric polyhedra"
+arch=(x86_64)
+url="http://www.math.uni-rostock.de/~rehn/software/sympol.html"
+license=(GPL2)
+source=($pkgname-$pkgver::"https://github.com/tremlin/SymPol/archive/v$pkgver.tar.gz")
+depends=(gmp boost-libs)
+makedepends=(cmake permlib)
+sha256sums=('6753b8fb30745b66a0886e125c18b539417afcf62b804799eb220bd5a59ccc37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../SymPol-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list