[arch-commits] Commit in aws-vault/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Tue Jan 18 21:48:43 UTC 2022
Date: Tuesday, January 18, 2022 @ 21:48:42
Author: orhun
Revision: 1110209
archrelease: copy trunk to community-x86_64
Added:
aws-vault/repos/community-x86_64/PKGBUILD
(from rev 1110208, aws-vault/trunk/PKGBUILD)
Deleted:
aws-vault/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-18 21:48:27 UTC (rev 1110208)
+++ PKGBUILD 2022-01-18 21:48:42 UTC (rev 1110209)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Carlo Cabanilla <carlo.cabanilla at gmail.com>
-# Contributor: Christoph Gysin <christoph.gysin at gmail.com>
-
-pkgname=aws-vault
-pkgver=6.3.1
-pkgrel=1
-pkgdesc='Vault for securely storing and accessing AWS credentials in development environments'
-url='https://github.com/99designs/aws-vault'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-optdepends=(
- 'zenity: graphical prompt'
- 'kdialog: graphical prompt'
-)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('433df90b7ed1cf1ec08aa75a4f1f993edfe5fa3fecfff5519574613ab0ab4630')
-b2sums=('1dfeed1c473f9490c891b2be8d84f3fe1fcc59a45c62333c752280126ac01ff7f5465d3924b694482072fa6fff6876256379d6d9c286b1ede12aeb1fce5a615a')
-
-build() {
- cd "${pkgname}-${pkgver}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
- go build -v \
- -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X main.Version=v${pkgver}" .
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- go test ./...
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
- install -Dm 644 README.md USAGE.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 -p contrib/completions/bash/${pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
- install -Dm 644 -p contrib/completions/zsh/${pkgname}.zsh "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
- install -Dm 644 -p contrib/completions/fish/${pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:
Copied: aws-vault/repos/community-x86_64/PKGBUILD (from rev 1110208, aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-18 21:48:42 UTC (rev 1110209)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Carlo Cabanilla <carlo.cabanilla at gmail.com>
+# Contributor: Christoph Gysin <christoph.gysin at gmail.com>
+
+pkgname=aws-vault
+pkgver=6.4.0
+pkgrel=1
+pkgdesc='Vault for securely storing and accessing AWS credentials in development environments'
+url='https://github.com/99designs/aws-vault'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+optdepends=(
+ 'zenity: graphical prompt'
+ 'kdialog: graphical prompt'
+)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('28845a2191e9f777d78151308b883fc7db4475a1c1df80ff24d13ced948a8f96')
+b2sums=('62931d5f54e233a8d6e7b3e6bf73c68dd34d50304f78082494320d85a237bf17ddf035cf5a2de1d653ebceee5e30415f042c2ee0c59a7f10a352d2d5fcc8391b')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+ go build -v \
+ -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X main.Version=v${pkgver}" .
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ go test ./...
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+ install -Dm 644 README.md USAGE.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 -p contrib/completions/bash/${pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+ install -Dm 644 -p contrib/completions/zsh/${pkgname}.zsh "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+ install -Dm 644 -p contrib/completions/fish/${pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list