[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Wed Nov 29 12:12:38 UTC 2017


    Date: Wednesday, November 29, 2017 @ 12:12:22
  Author: felixonmars
Revision: 270657

addpkg: haskell-unsafe 0.0-1

Added:
  haskell-unsafe/
  haskell-unsafe/repos/
  haskell-unsafe/trunk/
  haskell-unsafe/trunk/PKGBUILD

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

Added: haskell-unsafe/trunk/PKGBUILD
===================================================================
--- haskell-unsafe/trunk/PKGBUILD	                        (rev 0)
+++ haskell-unsafe/trunk/PKGBUILD	2017-11-29 12:12:22 UTC (rev 270657)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=unsafe
+pkgname=haskell-unsafe
+pkgver=0.0
+pkgrel=1
+pkgdesc="Unified interface to unsafe functions"
+url="http://code.haskell.org/~thielema/unsafe/"
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('e9a3fac93caeb426264a42514e43fd895c714342e02b2fea3cf014ef52d837f85df28fd01a21b60abb525ec6bc76a5eb60371b5e48854284a73d55458c5684c9')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-unsafe/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list