community/haskell-cryptonite to 0.24-5

This commit is contained in:
Kevin Mihelich 2017-09-16 18:05:45 +00:00
parent 32a897ce81
commit a0d6450e0e

View file

@ -8,12 +8,13 @@
_hkgname=cryptonite
pkgname=haskell-cryptonite
pkgver=0.24
pkgrel=1
pkgrel=5
pkgdesc="Cryptography Primitives sink"
url="https://github.com/vincenthz/cryptonite"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc' 'haskell-foundation' 'haskell-memory')
depends=('ghc-libs' 'haskell-foundation' 'haskell-memory')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('f6a7379f8d2f398dcd8e6c27092158a51363a3d70ed28a22b1a4ba64ece55c700cc9d701acd6bb5492beefe4fd0ca87287362c58e5bd4e98fe06a12d531debf3')
@ -26,7 +27,6 @@ build() {
-fsupport_deepseq -finteger-gmp -f-support_pclmuldq -fsupport_rdrand \
-f-old_toolchain_inliner -f-check_alignment
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@ -38,8 +38,6 @@ package() {
install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"