[arch-commits] Commit in efm-langserver/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Sun Nov 8 20:18:54 UTC 2020
Date: Sunday, November 8, 2020 @ 20:18:53
Author: polyzen
Revision: 746727
archrelease: copy trunk to community-x86_64
Added:
efm-langserver/repos/community-x86_64/PKGBUILD
(from rev 746726, efm-langserver/trunk/PKGBUILD)
Deleted:
efm-langserver/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-08 20:18:35 UTC (rev 746726)
+++ PKGBUILD 2020-11-08 20:18:53 UTC (rev 746727)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: dianlujitao <dianlujitao at gmail dot com>
-
-pkgname=efm-langserver
-pkgver=0.0.22
-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=('5f29002c3fd80a759102201fac9e973dfe134cab53c96ace10b8a6d06dd690141b0f2e867174a634492c3c5eb87c2f389393a13ced4cb87d1c3781b58b946740')
-
-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
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname README.md # Only mention of license
-}
Copied: efm-langserver/repos/community-x86_64/PKGBUILD (from rev 746726, efm-langserver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-08 20:18:53 UTC (rev 746727)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: dianlujitao <dianlujitao at gmail dot com>
+
+pkgname=efm-langserver
+pkgver=0.0.23
+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=('e96b068774022a2c77508da99f0d77d7136e16268a877105c461c2c5826867b187be65c1c76faa4300f05d7cd4e5a32f051d6c8bff27f803c5993d21ac69adb9')
+
+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
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname README.md # Only mention of license
+}
More information about the arch-commits
mailing list