Date: Monday, March 6, 2023 @ 11:08:54
Author: orhun
Revision: 1415447
archrelease: copy trunk to community-x86_64
Added:
aws-vault/repos/community-x86_64/PKGBUILD
(from rev 1415446, 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-06 11:08:25 UTC (rev 1415446)
+++ PKGBUILD 2023-03-06 11:08:54 UTC (rev 1415447)
@@ -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=6.6.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=('46383026e6261d03b9316a094b803823a1ca538f19bdd30d1aa0135766409fb5')
-b2sums=('0ad381a4a166bac80f7c2fc30138776aecf9a163a7ec225ad38572422e40f87b15252542404994bc5ac3b52e8ae2344f244022279d6cc024994605b13d3f1016')
-
-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 1415446,
aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 11:08:54 UTC (rev 1415447)
@@ -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.0.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=('99e083ecca719c8870a38fbc8f4bd1f23985160f187bf5fb02f91a5f149c0323')
+b2sums=('76daee97e33a665b54658077ae6a2cc1ebf23673a5693eecd3dd61304df1e9312dac90784b103f531e999baf38c06f663ebaf2a098b6942ebe935d4bc406b6b5')
+
+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: