[arch-commits] Commit in bnfc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Oct 24 18:08:45 UTC 2021


    Date: Sunday, October 24, 2021 @ 18:08:44
  Author: felixonmars
Revision: 1033196

archrelease: copy trunk to community-x86_64

Added:
  bnfc/repos/community-x86_64/PKGBUILD
    (from rev 1033195, bnfc/trunk/PKGBUILD)
Deleted:
  bnfc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-24 18:08:36 UTC (rev 1033195)
+++ PKGBUILD	2021-10-24 18:08:44 UTC (rev 1033196)
@@ -1,55 +0,0 @@
-# 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.2
-pkgrel=16
-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=('61e21143735f21b261acdf5180c95d3b2993908da377bca2a4b3931d235ce100adadf81d18ae5d436d0ec3e719589ef6b4bda55b55794fa62488b6b01d26b326')
-
-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=-fllvm \
-    --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 --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: bnfc/repos/community-x86_64/PKGBUILD (from rev 1033195, bnfc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-24 18:08:44 UTC (rev 1033196)
@@ -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.3
+pkgrel=1
+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=('e022a7ace3cda0a044fc3f8a5dd05e60e7b1a33f8b469f556bb1ee444bb9608ff3e274fd09d0119395f29fb887a571bbd4914b65e858f387e372f4a1b7c385ba')
+
+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=-fllvm \
+    --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 --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



More information about the arch-commits mailing list