[arch-commits] Commit in haskell-data-dword/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 31 02:46:34 UTC 2021
Date: Friday, December 31, 2021 @ 02:46:33
Author: felixonmars
Revision: 1089228
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-data-dword/repos/community-staging-x86_64/
haskell-data-dword/repos/community-staging-x86_64/PKGBUILD
(from rev 1089227, haskell-data-dword/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: haskell-data-dword/repos/community-staging-x86_64/PKGBUILD (from rev 1089227, haskell-data-dword/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-31 02:46:33 UTC (rev 1089228)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=data-dword
+pkgname=haskell-data-dword
+pkgver=0.3.2.1
+pkgrel=2
+pkgdesc="Stick two binary words together to get a bigger one"
+url="https://github.com/mvv/data-dword"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('45f7fa48c5d3ef15361a8b0523e12721e2bce37cd126bed212666cb032466d96b1b72a80fc05e5ad544eb69997e4e8f692b1c808bc1194dfdd7c97428e8ab1e4')
+
+build() {
+ cd $_hkgname-$pkgver
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
+ 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