[arch-commits] Commit in bnfc/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Jan 27 01:01:38 UTC 2021
Date: Wednesday, January 27, 2021 @ 01:01:36
Author: felixonmars
Revision: 831221
archrelease: copy trunk to community-staging-x86_64
Added:
bnfc/repos/community-staging-x86_64/
bnfc/repos/community-staging-x86_64/PKGBUILD
(from rev 831220, bnfc/trunk/PKGBUILD)
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
Copied: bnfc/repos/community-staging-x86_64/PKGBUILD (from rev 831220, bnfc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-01-27 01:01:36 UTC (rev 831221)
@@ -0,0 +1,55 @@
+# This file was generated by arch-hs, please check it manually.
+# Maintainer: Your Name <youremail at domain.com>
+
+_hkgname=BNFC
+pkgname=bnfc
+pkgver=2.9.0
+pkgrel=5
+pkgdesc="A compiler front-end generator."
+url="http://bnfc.digitalgrammars.com/"
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-string-qq')
+optdepends=('ghc: for default haskell backend'
+ 'alex: for default haskell backend'
+ 'happy: for default haskell backend')
+makedepends=('ghc' 'alex' 'happy' 'haskell-hunit' 'haskell-quickcheck' 'haskell-cabal-doctest'
+ 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('1a66c5c461c4f08e84edbc1634136ab57aa221af37a390b5a4ae7324468b2223a6b10343cb2bfd3aec0d090447d6576303e804dcfdb331daa955775ddf2fccdb')
+
+prepare() {
+ # Use -dynamic by default
+ sed -i 's/ghc --make/ghc -dynamic --make/g' $_hkgname-$pkgver/src/BNFC/Backend/Haskell.hs
+}
+
+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 $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
+}
+
+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
+}
More information about the arch-commits
mailing list