[arch-commits] Commit in tamarin-prover/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Oct 11 21:46:33 UTC 2019


    Date: Friday, October 11, 2019 @ 21:46:32
  Author: jelle
Revision: 515196

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 21:46:23 UTC (rev 515195)
+++ PKGBUILD	2019-10-11 21:46:32 UTC (rev 515196)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=tamarin-prover
-pkgver=1.4.1
-pkgrel=160
-pkgdesc="The Tamarin prover for security protocol analysis"
-url="https://tamarin-prover.github.io"
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'graphviz' 'maude' '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-monad-unlift'
-         'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 'haskell-threads'
-         'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 'haskell-yesod-static'
-         'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
-         'haskell-tamarin-prover-theory')
-optdepends=('ocaml: for sapic support')
-makedepends=('ghc' 'ocaml')
-source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
-sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i '/cp sapic/d' plugins/sapic/Makefile
-}
-
-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
-
-    cd plugins/sapic
-    make -j1
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-
-    install -Dm644 etc/filetype.vim "$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
-    install -Dm644 etc/spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
-    install -Dm644 etc/sapic.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
-
-    cd plugins/sapic
-    install -Dm755 sapic "$pkgdir"/usr/bin/sapic
-}

Copied: tamarin-prover/repos/community-x86_64/PKGBUILD (from rev 515195, tamarin-prover/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-11 21:46:32 UTC (rev 515196)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=161
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io"
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' '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-monad-unlift'
+         'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 'haskell-threads'
+         'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 'haskell-yesod-static'
+         'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+         'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+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 --ghc-option='-pie'
+    runhaskell Setup build
+
+    cd plugins/sapic
+    make -j1
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+
+    install -Dm644 etc/filetype.vim "$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+    install -Dm644 etc/spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+    install -Dm644 etc/sapic.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+    cd plugins/sapic
+    install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}



More information about the arch-commits mailing list