[arch-commits] Commit in haskell-th-lift/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Feb 8 18:33:07 UTC 2020


    Date: Saturday, February 8, 2020 @ 18:33:06
  Author: felixonmars
Revision: 564835

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-th-lift/repos/community-staging-x86_64/
  haskell-th-lift/repos/community-staging-x86_64/PKGBUILD
    (from rev 564834, haskell-th-lift/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: haskell-th-lift/repos/community-staging-x86_64/PKGBUILD (from rev 564834, haskell-th-lift/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-02-08 18:33:06 UTC (rev 564835)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=th-lift
+pkgname=haskell-th-lift
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Derive Template Haskell's Lift class for datatypes."
+url="https://github.com/RyanGlScott/th-lift"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-abstraction')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('21fb31f23aa41ec2c1979b7ad9ce467d9ed555237f7d4236b1400cb00bb7531832b269c1248062fe478876e9f8e4a2968171999a4c8264756ad10aa7e5983fa7')
+
+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 "BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3"
+}



More information about the arch-commits mailing list