Date: Saturday, March 18, 2023 @ 12:58:27
Author: orhun
Revision: 1422344
archrelease: copy trunk to community-x86_64
Added:
aws-vault/repos/community-x86_64/PKGBUILD
(from rev 1422343, aws-vault/trunk/PKGBUILD)
Deleted:
aws-vault/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-18 12:58:08 UTC (rev 1422343)
+++ PKGBUILD 2023-03-18 12:58:27 UTC (rev 1422344)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Carlo Cabanilla <[email protected]>
-# Contributor: Christoph Gysin <[email protected]>
-
-pkgname=aws-vault
-pkgver=7.1.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=('dd56d8dc51afc61c3474496a381d8b422c1faadadf1f1b2477339239fcb7d507')
-b2sums=('2165b557aafe7ca22cc49ace1c72fe373aa7078a82a7d6b4573087edbe5ca40d744e30824d4668eed10891496ef08e1942060384eaa3d5a103b16a679e3cc49c')
-
-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 1422343,
aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-18 12:58:27 UTC (rev 1422344)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Carlo Cabanilla <[email protected]>
+# Contributor: Christoph Gysin <[email protected]>
+
+pkgname=aws-vault
+pkgver=7.1.2
+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=('87c6d7f01fb46a7e3ea362ab77ff8d8cca2be84ad0caf639807270c1a99ceb44')
+b2sums=('834ba8f47bbdd583f826365f59b04b42238b8a9e5eff59540d93de95d6254108904e185c45b089cbc7ed427453a047588ef4d6b22ed8c73294105d7ac9e9a0db')
+
+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: