[arch-commits] Commit in haskell-hls-tactics-plugin/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sun Mar 21 22:30:54 UTC 2021


    Date: Sunday, March 21, 2021 @ 22:30:54
  Author: felixonmars
Revision: 898556

archrelease: copy trunk to community-x86_64

Added:
  haskell-hls-tactics-plugin/repos/community-x86_64/PKGBUILD
    (from rev 898555, haskell-hls-tactics-plugin/trunk/PKGBUILD)
Deleted:
  haskell-hls-tactics-plugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  122 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 22:30:44 UTC (rev 898555)
+++ PKGBUILD	2021-03-21 22:30:54 UTC (rev 898556)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-_hkgname=hls-tactics-plugin
-pkgname=haskell-hls-tactics-plugin
-pkgver=1.0.0.0
-pkgrel=4
-pkgdesc="Wingman plugin for Haskell Language Server"
-url="https://haskellwingman.dev"
-license=("Apache")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-extra' 'haskell-fingertree'
-         'haskell-generic-lens' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghc-source-gen'
-         'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 'haskell-refinery'
-         'haskell-retrie' 'haskell-shake' 'haskell-syb')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers' 'haskell-hie-bios' 'haskell-hspec'
-             'haskell-hspec-discover' 'haskell-hspec-expectations' 'haskell-lsp-test'
-             'haskell-lsp-types' 'haskell-megaparsec' 'haskell-tasty' 'haskell-tasty-ant-xml'
-             'haskell-tasty-expected-failure' 'haskell-tasty-golden' 'haskell-tasty-hunit'
-             'haskell-tasty-rerun')
-# Hackage tarball is missing test data
-#source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-source=("https://github.com/haskell/haskell-language-server/archive/ghcide-v1.1.0/haskell-language-server-ghcide-v1.1.0.tar.gz")
-sha256sums=('ec611943b46027488d85135eb61245ea7cbd892ed9825b1456a4b74e0eb5a713')
-
-prepare() {
-  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
-  gen-setup
-}
-
-build() {
-  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
-
-  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 haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
-  PATH="$PWD/dist/build/ghcide:$PWD/dist/build/test-server:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test
-}
-
-package() {
-  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
-
-  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: haskell-hls-tactics-plugin/repos/community-x86_64/PKGBUILD (from rev 898555, haskell-hls-tactics-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 22:30:54 UTC (rev 898556)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=hls-tactics-plugin
+pkgname=haskell-hls-tactics-plugin
+pkgver=1.0.0.0
+pkgrel=5
+pkgdesc="Wingman plugin for Haskell Language Server"
+url="https://haskellwingman.dev"
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-fingertree' 'haskell-generic-lens'
+         'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghc-source-gen' 'haskell-ghcide'
+         'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 'haskell-refinery' 'haskell-retrie'
+         'haskell-shake' 'haskell-syb')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers' 'haskell-data-default'
+             'haskell-hie-bios' 'haskell-hspec' 'haskell-hspec-discover'
+             'haskell-hspec-expectations' 'haskell-lsp-test' 'haskell-lsp-types'
+             'haskell-megaparsec' 'haskell-tasty' 'haskell-tasty-ant-xml'
+             'haskell-tasty-expected-failure' 'haskell-tasty-golden' 'haskell-tasty-hunit'
+             'haskell-tasty-rerun')
+# Hackage tarball is missing test data
+#source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+source=("https://github.com/haskell/haskell-language-server/archive/ghcide-v1.1.0/haskell-language-server-ghcide-v1.1.0.tar.gz")
+sha256sums=('ec611943b46027488d85135eb61245ea7cbd892ed9825b1456a4b74e0eb5a713')
+
+prepare() {
+  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+  gen-setup
+}
+
+build() {
+  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+
+  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 haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+  PATH="$PWD/dist/build/test-server:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test
+}
+
+package() {
+  cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+
+  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
+
+  rm "$pkgdir"/usr/bin/test-server
+  rmdir "$pkgdir"/usr/bin
+}



More information about the arch-commits mailing list