[arch-commits] Commit in haskell-unicode-data/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 23 17:47:59 UTC 2021
Date: Friday, July 23, 2021 @ 17:47:58
Author: felixonmars
Revision: 984729
archrelease: copy trunk to community-x86_64
Added:
haskell-unicode-data/repos/community-x86_64/
haskell-unicode-data/repos/community-x86_64/PKGBUILD
(from rev 984728, haskell-unicode-data/trunk/PKGBUILD)
----------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
Copied: haskell-unicode-data/repos/community-x86_64/PKGBUILD (from rev 984728, haskell-unicode-data/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-07-23 17:47:58 UTC (rev 984729)
@@ -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