[arch-commits] Commit in haskell-microlens-platform/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Dec 30 11:10:21 UTC 2019
Date: Monday, December 30, 2019 @ 11:10:21
Author: felixonmars
Revision: 544415
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-microlens-platform/repos/community-staging-x86_64/
haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD
(from rev 544414, haskell-microlens-platform/trunk/PKGBUILD)
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD (from rev 544414, haskell-microlens-platform/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-12-30 11:10:21 UTC (rev 544415)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=microlens-platform
+pkgname=haskell-microlens-platform
+pkgver=0.4.0
+pkgrel=15
+pkgdesc="microlens + all batteries included (best for apps)"
+url="https://github.com/monadfix/microlens"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hashable" "haskell-microlens" "haskell-microlens-ghc"
+ "haskell-microlens-mtl" "haskell-microlens-th"
+ "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('840c3eacabd3878acd5c815ce08f20ca644f08b46fa85a7123df7d886e3f9d2ebaeafde2a5f3de74cef68fefb7bc87da260fca57583bc5d967793c4f9af3049a')
+
+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