[arch-commits] Commit in haskell-fast-logger/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed May 16 19:47:21 UTC 2018
Date: Wednesday, May 16, 2018 @ 19:47:21
Author: felixonmars
Revision: 323173
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-fast-logger/repos/community-staging-x86_64/
haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 323172, haskell-fast-logger/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 323172, haskell-fast-logger/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-05-16 19:47:21 UTC (rev 323173)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.11
+pkgrel=5
+pkgdesc="A fast logging system"
+url="https://github.com/kazu-yamamoto/logger"
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" "haskell-unix-time")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('4802239d20e02573fee649e71fb66f8e87b1b0d9bcd235ff4c5fbb4a2c519bcdf18308eca2c1245fe8b61095eae9069b9b0674dddedb2b7b04dd7232a20b71f6')
+
+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"
+}
More information about the arch-commits
mailing list