[arch-commits] Commit in tamarin-prover/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sun Aug 6 17:00:17 UTC 2017


    Date: Sunday, August 6, 2017 @ 17:00:16
  Author: felixonmars
Revision: 249058

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tamarin-prover/repos/community-i686/
  tamarin-prover/repos/community-i686/PKGBUILD
    (from rev 249057, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-x86_64/
  tamarin-prover/repos/community-x86_64/PKGBUILD
    (from rev 249057, tamarin-prover/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: tamarin-prover/repos/community-i686/PKGBUILD (from rev 249057, tamarin-prover/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-06 17:00:16 UTC (rev 249058)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-hunit" "haskell-binary-orphans" "haskell-blaze-builder" "haskell-blaze-html"
+         "haskell-cmdargs" "haskell-conduit" "haskell-fclabels" "haskell-file-embed"
+         "haskell-gitrev" "haskell-http-types" "haskell-lifted-base" "haskell-mtl"
+         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text" "haskell-threads"
+         "haskell-wai" "haskell-warp" "haskell-yesod-core" "haskell-yesod-static"
+         "haskell-tamarin-prover-utils" "haskell-tamarin-prover-term"
+         "haskell-tamarin-prover-theory")
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+        --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+            -fthreaded -ftest-coverage -f-build-tests
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: tamarin-prover/repos/community-x86_64/PKGBUILD (from rev 249057, tamarin-prover/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-06 17:00:16 UTC (rev 249058)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-hunit" "haskell-binary-orphans" "haskell-blaze-builder" "haskell-blaze-html"
+         "haskell-cmdargs" "haskell-conduit" "haskell-fclabels" "haskell-file-embed"
+         "haskell-gitrev" "haskell-http-types" "haskell-lifted-base" "haskell-mtl"
+         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text" "haskell-threads"
+         "haskell-wai" "haskell-warp" "haskell-yesod-core" "haskell-yesod-static"
+         "haskell-tamarin-prover-utils" "haskell-tamarin-prover-term"
+         "haskell-tamarin-prover-theory")
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+        --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+            -fthreaded -ftest-coverage -f-build-tests
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+}



More information about the arch-commits mailing list