Date: Monday, March 6, 2023 @ 21:36:25
Author: orhun
Revision: 1416258
archrelease: copy trunk to community-x86_64
Added:
aws-vault/repos/community-x86_64/PKGBUILD
(from rev 1416257, 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 21:36:07 UTC (rev 1416257)
+++ PKGBUILD 2023-03-06 21:36:25 UTC (rev 1416258)
@@ -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.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:
Copied: aws-vault/repos/community-x86_64/PKGBUILD (from rev 1416257,
aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 21:36:25 UTC (rev 1416258)
@@ -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.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=('edee6887fa99b499ee464c3809a6ea6931e68ab3791d530b57e959d7b7472d85')
+b2sums=('4d493c59187f24072f6fd0a7163750a8cdeb6b793c7b7b0a76b62e058cdbe5d1ddf7fc77dfea5d6dc00aed815f8bab783844d537d4c876627a5571bb72c85958')
+
+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: