[arch-commits] Commit in (4 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 23 17:47:45 UTC 2021


    Date: Friday, July 23, 2021 @ 17:47:44
  Author: felixonmars
Revision: 984728

addpkg: haskell-unicode-data 0.1.0.1-1

Added:
  haskell-unicode-data/
  haskell-unicode-data/repos/
  haskell-unicode-data/trunk/
  haskell-unicode-data/trunk/PKGBUILD

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

Added: haskell-unicode-data/trunk/PKGBUILD
===================================================================
--- haskell-unicode-data/trunk/PKGBUILD	                        (rev 0)
+++ haskell-unicode-data/trunk/PKGBUILD	2021-07-23 17:47:44 UTC (rev 984728)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=unicode-data
+pkgname=haskell-unicode-data
+pkgver=0.1.0.1
+pkgrel=1
+pkgdesc="Access Unicode character database"
+url="http://github.com/composewell/unicode-data"
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha256sums=('ff098745045547c156a2e009c115b3acea4f2b6380e2229f18870a4dd75fbee7')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie'
+
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
\ No newline at end of file




More information about the arch-commits mailing list