Date: Sunday, May 7, 2023 @ 13:19:42
  Author: kpcyrd
Revision: 1459340

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 13:19:28 UTC (rev 1459339)
+++ PKGBUILD    2023-05-07 13:19:42 UTC (rev 1459340)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=apko
-pkgver=0.7.2
-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-2.0')
-depends=('apk-tools' 'alpine-keyring')
-makedepends=('go')
-source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
-b2sums=('514d41a6f76c622d2a5d93c6cf56c39f27a54283a07c54cd052ef1cef5740b6484b69ece32e522f8bd02a928276ed188edacc6c00fc72abde56fb55c65305eb0')
-
-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 1459339, 
apko/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 13:19:42 UTC (rev 1459340)
@@ -0,0 +1,40 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=apko
+pkgver=0.8.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-2.0')
+depends=('apk-tools' 'alpine-keyring')
+makedepends=('go')
+source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
+b2sums=('095551b193fc97f9759b914831eda1b7bb0316ae6aff3f0c77fb025a65c651409e34f19987e3030ad19e74f8c9e7522363ae5d6e76346a1319136dbd4dead423')
+
+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:

Reply via email to