[arch-commits] Commit in haskell-containers-unicode-symbols/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Dec 23 21:36:38 UTC 2020
Date: Wednesday, December 23, 2020 @ 21:36:37
Author: felixonmars
Revision: 785350
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-containers-unicode-symbols/repos/community-staging-x86_64/
haskell-containers-unicode-symbols/repos/community-staging-x86_64/PKGBUILD
(from rev 785349, haskell-containers-unicode-symbols/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: haskell-containers-unicode-symbols/repos/community-staging-x86_64/PKGBUILD (from rev 785349, haskell-containers-unicode-symbols/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-12-23 21:36:37 UTC (rev 785350)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=containers-unicode-symbols
+pkgname=haskell-containers-unicode-symbols
+pkgver=0.3.1.2
+pkgrel=4
+pkgdesc="Unicode alternatives for common functions and operators"
+url="https://haskell.org/haskellwiki/Unicode-symbols"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-unicode-symbols')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('bf7ff7376598893819d5c70f17f55731f842ef4433178cc19c38804ac3f38bbf46ac663ba9b1ed7ceb3857add4a35f06b8bb4515c37dca71e27bcc61391f665c')
+
+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 \
+ -f-containers-old
+ 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
+}
+
+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