[arch-commits] Commit in apko/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 18 17:33:37 UTC 2022


    Date: Monday, July 18, 2022 @ 17:33:37
  Author: kpcyrd
Revision: 1254442

archrelease: copy trunk to community-x86_64

Added:
  apko/repos/community-x86_64/PKGBUILD
    (from rev 1254441, apko/trunk/PKGBUILD)
Deleted:
  apko/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 17:21:34 UTC (rev 1254441)
+++ PKGBUILD	2022-07-18 17:33:37 UTC (rev 1254442)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=apko
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Declarative APK-based container building tool with support for sigstore signatures"
-url="https://github.com/chainguard-dev/apko"
-arch=('x86_64')
-license=('Apache')
-depends=('apk-tools' 'alpine-keyring')
-makedepends=('go')
-source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz")
-b2sums=('3c8dd5cda75f5e81f7c75cadee6a068383f74fd3f0a9c3164f01267f858846ac277895faecfabcc7205b159d59092dc401438f37b40b60874bf789932e714c95')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mkdir build
-  CGO_LDFLAGS="${LDFLAGS}" \
-    GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
-    go build -o build/ -tags -tags=pivkey,pkcs11key ./...
-
-  for i in bash fish zsh; do
-    build/apko completion ${i} > ./apko.${i}
-  done
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/apko "${pkgdir}"/usr/bin/apko
-  install -Dm644 apko.bash "${pkgdir}"/usr/share/bash-completion/completions/apko
-  install -Dm644 apko.fish "${pkgdir}"/usr/share/fish/completions/apko.fish
-  install -Dm644 apko.zsh "${pkgdir}"/usr/share/zsh/site-functions/_apko
-}
-
-# vim: ts=2 sw=2 et:

Copied: apko/repos/community-x86_64/PKGBUILD (from rev 1254441, apko/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-18 17:33:37 UTC (rev 1254442)
@@ -0,0 +1,40 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=apko
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Declarative APK-based container building tool with support for sigstore signatures"
+url="https://github.com/chainguard-dev/apko"
+arch=('x86_64')
+license=('Apache')
+depends=('apk-tools' 'alpine-keyring')
+makedepends=('go')
+source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz")
+b2sums=('3c8dd5cda75f5e81f7c75cadee6a068383f74fd3f0a9c3164f01267f858846ac277895faecfabcc7205b159d59092dc401438f37b40b60874bf789932e714c95')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  mkdir build
+  CGO_LDFLAGS="${LDFLAGS}" \
+    GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
+    go build -o build/ -tags -tags=pivkey,pkcs11key ./...
+
+  for i in bash fish zsh; do
+    build/apko completion ${i} > ./apko.${i}
+  done
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/apko "${pkgdir}"/usr/bin/apko
+  install -Dm644 apko.bash "${pkgdir}"/usr/share/bash-completion/completions/apko
+  install -Dm644 apko.fish "${pkgdir}"/usr/share/fish/completions/apko.fish
+  install -Dm644 apko.zsh "${pkgdir}"/usr/share/zsh/site-functions/_apko
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list