[arch-commits] Commit in haskell-free/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 18 19:32:21 UTC 2019
Date: Friday, October 18, 2019 @ 19:32:21
Author: felixonmars
Revision: 517007
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-free/repos/community-staging-x86_64/
haskell-free/repos/community-staging-x86_64/PKGBUILD
(from rev 517006, haskell-free/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 517006, haskell-free/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-10-18 19:32:21 UTC (rev 517007)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=5.1.2
+pkgrel=7
+pkgdesc="Monads for free"
+url="https://github.com/ekmett/free/"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 'haskell-exceptions'
+ 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-transformers-base')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('ed2837688ebceb7704bdb14659080ca7d1ab86341b95681bfde0713c01bb1640ca1aa256a17022e6a1d347a8139b102f8fea513e30b729a50fc3aba96a2bc72b')
+
+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