[arch-commits] Commit in haskell-tasty-rerun/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Jul 4 09:33:14 UTC 2018
Date: Wednesday, July 4, 2018 @ 09:33:14
Author: felixonmars
Revision: 351604
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-tasty-rerun/repos/community-staging-x86_64/
haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 351603, haskell-tasty-rerun/trunk/PKGBUILD)
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 351603, haskell-tasty-rerun/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-07-04 09:33:14 UTC (rev 351604)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.12
+pkgrel=19
+pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs"
+url="https://github.com/ocharles/tasty-rerun"
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-reducers'
+ 'haskell-split' 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('de8529a81b614ee39a34301924f66c2a078d76b0fe056e3844fafefe92e9c1348ec93f0a95db5b1355770db025b1995f2bcf9a37143d721c6dae6f53b0e0d29e')
+
+build() {
+ cd $_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 $_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