[arch-commits] Commit in gopass-summon-provider/repos/community-x86_64 (2 files)
Christian Rebischke
shibumi at archlinux.org
Sun Apr 4 17:27:47 UTC 2021
Date: Sunday, April 4, 2021 @ 17:27:47
Author: shibumi
Revision: 911767
archrelease: copy trunk to community-x86_64
Added:
gopass-summon-provider/repos/community-x86_64/PKGBUILD
(from rev 911766, gopass-summon-provider/trunk/PKGBUILD)
Deleted:
gopass-summon-provider/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-04 17:25:31 UTC (rev 911766)
+++ PKGBUILD 2021-04-04 17:27:47 UTC (rev 911767)
@@ -1,35 +0,0 @@
-# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
-
-pkgname=gopass-summon-provider
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="summon provider for gopass"
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass-summon-provider"
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-summon-provider/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('2ffb41d53cc370feb2c5c75c5a13680035f44b4432e092f84b977cfc62cbcb60e94eb2d3b2da931f647fed30bff3086397f044de34eb3010efb307662a48f23a')
-
-prepare(){
- cd ${pkgname}-${pkgver}
- sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' Makefile
- sed -i 's/install-completion//g' Makefile
-}
-
-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 -mod=readonly -modcacherw"
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" PREFIX="/usr" install
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: gopass-summon-provider/repos/community-x86_64/PKGBUILD (from rev 911766, gopass-summon-provider/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-04 17:27:47 UTC (rev 911767)
@@ -0,0 +1,35 @@
+# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
+
+pkgname=gopass-summon-provider
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="summon provider for gopass"
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass-summon-provider"
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-summon-provider/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('2ffb41d53cc370feb2c5c75c5a13680035f44b4432e092f84b977cfc62cbcb60e94eb2d3b2da931f647fed30bff3086397f044de34eb3010efb307662a48f23a')
+
+prepare(){
+ cd ${pkgname}-${pkgver}
+ sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' Makefile
+ sed -i 's/install-completion//g' Makefile
+}
+
+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 -mod=readonly -modcacherw"
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" PREFIX="/usr" install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list