[arch-commits] Commit in haskell-text-printer/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 18 16:48:30 UTC 2021
Date: Saturday, December 18, 2021 @ 16:48:30
Author: felixonmars
Revision: 1077275
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-text-printer/repos/community-staging-x86_64/
haskell-text-printer/repos/community-staging-x86_64/PKGBUILD
(from rev 1077274, haskell-text-printer/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: haskell-text-printer/repos/community-staging-x86_64/PKGBUILD (from rev 1077274, haskell-text-printer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-18 16:48:30 UTC (rev 1077275)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=text-printer
+pkgname=haskell-text-printer
+pkgver=0.5.0.2
+pkgrel=9
+pkgdesc="Abstract interface for text builders/printers."
+url="https://github.com/mvv/text-printer"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-text-latin1')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('b988e3d35b6783505b3407a21f94e57ebb69757b039c5dc4f16132df37270dba34c254b7c057f028454ea902b17286ce5a53dddcf0bab33a18a1dec0b558c81c')
+
+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 --ghc-option=-fllvm
+ 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