[arch-commits] Commit in go-yq/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Fri Jan 28 04:12:46 UTC 2022
Date: Friday, January 28, 2022 @ 04:12:46
Author: polyzen
Revision: 1118027
archrelease: copy trunk to community-x86_64
Added:
go-yq/repos/community-x86_64/PKGBUILD
(from rev 1118026, go-yq/trunk/PKGBUILD)
Deleted:
go-yq/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-28 04:12:23 UTC (rev 1118026)
+++ PKGBUILD 2022-01-28 04:12:46 UTC (rev 1118027)
@@ -1,51 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Mario Finelli <mario at finel dot li>
-
-pkgname=go-yq
-pkgver=4.17.2
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('9b0b0b57dca29fb8d230d6ecc1a28ec2d54d4cbd77f0221a80bb510542beb9ace6ce890a218aea74d8edbb81324b6977041dddc66a5d5d6fbdc50bba3b54d615')
-
-prepare() {
- cd yq-$pkgver
- go mod vendor
-}
-
-build() {
- cd yq-$pkgver
- export CGO_CPPFLAGS="$CPPFLAGS"
- export CGO_CFLAGS="$CFLAGS"
- export CGO_CXXFLAGS="$CXXFLAGS"
- export CGO_LDFLAGS="$LDFLAGS"
- export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -modcacherw"
- go build .
-}
-
-check() {
- cd yq-$pkgver
- go test ./...
-}
-
-package() {
- cd yq-$pkgver
- install -Dt "$pkgdir"/usr/bin yq
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
- install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
- ./yq shell-completion bash | install -Dm644 /dev/stdin \
- "$pkgdir"/usr/share/bash-completion/completions/yq
- ./yq shell-completion zsh | install -Dm644 /dev/stdin \
- "$pkgdir"/usr/share/zsh/site-functions/_yq
- ./yq shell-completion fish | install -Dm644 /dev/stdin \
- "$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:
Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1118026, go-yq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-28 04:12:46 UTC (rev 1118027)
@@ -0,0 +1,51 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Mario Finelli <mario at finel dot li>
+
+pkgname=go-yq
+pkgver=4.18.1
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('0f3970b2b2c1db9bce82aa95d0e3ed5d6e597b9403cae7cc304d11cb973fbed2637eaacba9c36191634d3fa0e3062155b93d0baf5c91239bdb41367af4f25cd0')
+
+prepare() {
+ cd yq-$pkgver
+ go mod vendor
+}
+
+build() {
+ cd yq-$pkgver
+ export CGO_CPPFLAGS="$CPPFLAGS"
+ export CGO_CFLAGS="$CFLAGS"
+ export CGO_CXXFLAGS="$CXXFLAGS"
+ export CGO_LDFLAGS="$LDFLAGS"
+ export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -modcacherw"
+ go build .
+}
+
+check() {
+ cd yq-$pkgver
+ go test ./...
+}
+
+package() {
+ cd yq-$pkgver
+ install -Dt "$pkgdir"/usr/bin yq
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+ install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+ ./yq shell-completion bash | install -Dm644 /dev/stdin \
+ "$pkgdir"/usr/share/bash-completion/completions/yq
+ ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+ "$pkgdir"/usr/share/zsh/site-functions/_yq
+ ./yq shell-completion fish | install -Dm644 /dev/stdin \
+ "$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list