[arch-commits] Commit in haskell-filepath-bytestring/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun May 30 21:38:24 UTC 2021
Date: Sunday, May 30, 2021 @ 21:38:24
Author: felixonmars
Revision: 950711
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-filepath-bytestring/repos/community-staging-x86_64/
haskell-filepath-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 950710, haskell-filepath-bytestring/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: haskell-filepath-bytestring/repos/community-staging-x86_64/PKGBUILD (from rev 950710, haskell-filepath-bytestring/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-05-30 21:38:24 UTC (rev 950711)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=filepath-bytestring
+pkgname=haskell-filepath-bytestring
+pkgver=1.4.2.1.7
+pkgrel=15
+pkgdesc="Library for manipulating RawFilePaths in a cross platform way"
+url="https://hackage.haskell.org/package/filepath-bytestring"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('27bd3a4f06b5d0e179babb4b5aed2e99c050981ae11ae0ccfc5460703e7aa5e3ec14ae6b0ec9cff07779129e8469450437f9ad7625c6d009331014e954a336e9')
+
+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
+ 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
+}
+
+check() {
+ cd $_hkgname-$pkgver
+ runhaskell Setup test --show-details=direct
+}
+
+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