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

Daniel M. Capella polyzen at archlinux.org
Tue Apr 6 16:42:49 UTC 2021


    Date: Tuesday, April 6, 2021 @ 16:42:48
  Author: polyzen
Revision: 912136

archrelease: copy trunk to community-x86_64

Added:
  efm-langserver/repos/community-x86_64/PKGBUILD
    (from rev 912135, efm-langserver/trunk/PKGBUILD)
Deleted:
  efm-langserver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 16:42:29 UTC (rev 912135)
+++ PKGBUILD	2021-04-06 16:42:48 UTC (rev 912136)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: dianlujitao <dianlujitao at gmail dot com>
-
-pkgname=efm-langserver
-pkgver=0.0.26
-pkgrel=2
-pkgdesc='General purpose Language Server'
-arch=('x86_64')
-url=https://github.com/mattn/efm-langserver
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-optdepends=('ctags: for "go to definition" requests')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('9740d6967e70fd9b3a95b83d5782e881d0955b919654d1ee4b59f896a6971542dbe4aeb37beb8794553b73787a43803907fcc195a3ee02c196f1a47954194a5e')
-
-build() {
-  cd $pkgname-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
-  go build .
-}
-
-check() {
-  cd $pkgname-$pkgver
-  go test -v ./...
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin efm-langserver
-}

Copied: efm-langserver/repos/community-x86_64/PKGBUILD (from rev 912135, efm-langserver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 16:42:48 UTC (rev 912136)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: dianlujitao <dianlujitao at gmail dot com>
+
+pkgname=efm-langserver
+pkgver=0.0.28
+pkgrel=1
+pkgdesc='General purpose Language Server'
+arch=('x86_64')
+url=https://github.com/mattn/efm-langserver
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+optdepends=('ctags: for "go to definition" requests')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+b2sums=('346cc70ecbfd827196cfe6d1c65cbdd73482ed1cd84e7503970239014d7be5a4d9941aa1150465f5be2fa5e5773faa6fb1a2856826a695a4bb787f1edce7d31b')
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
+  go build .
+}
+
+check() {
+  cd $pkgname-$pkgver
+  go test -v ./...
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin efm-langserver
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list