[arch-commits] Commit in haskell-hxt-regex-xmlschema/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 11:14:21 UTC 2020
Date: Thursday, April 23, 2020 @ 11:14:21
Author: felixonmars
Revision: 618067
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-hxt-regex-xmlschema/repos/community-staging-x86_64/
haskell-hxt-regex-xmlschema/repos/community-staging-x86_64/PKGBUILD
(from rev 618066, haskell-hxt-regex-xmlschema/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: haskell-hxt-regex-xmlschema/repos/community-staging-x86_64/PKGBUILD (from rev 618066, haskell-hxt-regex-xmlschema/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-23 11:14:21 UTC (rev 618067)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=hxt-regex-xmlschema
+pkgname=haskell-hxt-regex-xmlschema
+pkgver=9.2.0.3
+pkgrel=21
+pkgdesc="A regular expression library for W3C XML Schema regular expressions"
+url="https://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hxt-charproperties')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('707ad7a4b5c32785fd89131279dd89a871f134a26ce1f98fd4ac8fec196c8960c2d39d18674967379b40508748fca3a34b9289500173075c54c1d6726191bbd8')
+
+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-profile
+ 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