[arch-commits] Commit in haskell-hashable-time/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 8 15:52:28 UTC 2022
Date: Monday, August 8, 2022 @ 15:52:28
Author: felixonmars
Revision: 1261187
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-hashable-time/repos/community-staging-x86_64/
haskell-hashable-time/repos/community-staging-x86_64/PKGBUILD
(from rev 1261186, haskell-hashable-time/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: haskell-hashable-time/repos/community-staging-x86_64/PKGBUILD (from rev 1261186, haskell-hashable-time/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-08-08 15:52:28 UTC (rev 1261187)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=hashable-time
+pkgname=haskell-hashable-time
+pkgver=0.3
+pkgrel=68
+pkgdesc="Hashable instances for Data.Time"
+url="https://github.com/w3rs/hashable-time"
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-time-compat')
+makedepends=('ghc' 'haskell-hashable')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c6715693b55892beab59820e0dc742ddbf3c8b75f3bc4994b90175f4220da841aa514b34e08e5f58971fb523fa75cc2da59f5bb37c7e7744d6de6eacd7c27b51')
+
+build() {
+ cd $_hkgname-$pkgver
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
+ -f-old-locale
+ runhaskell Setup build $MAKEFLAGS
+ 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
+}
+
+check() {
+ cd $_hkgname-$pkgver
+ runhaskell Setup test --show-details=direct
+}
+
+package() {
+ cd $_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