Date: Monday, February 27, 2023 @ 21:20:00
Author: kpcyrd
Revision: 1405554
archrelease: copy trunk to community-x86_64
Added:
apko/repos/community-x86_64/PKGBUILD
(from rev 1405553, apko/trunk/PKGBUILD)
Deleted:
apko/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 21:19:47 UTC (rev 1405553)
+++ PKGBUILD 2023-02-27 21:20:00 UTC (rev 1405554)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=apko
-pkgver=0.6.1
-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=('832ca73a9053f8a5def094d21f37cdc0ffa7d6c97a43acbd2d57256da0d8d25c4c0a7551d0252f6a40c4ac73b1d2beeaf93ca0cbf438fe700290df23fb3c7e9f')
-
-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 1405553,
apko/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 21:20:00 UTC (rev 1405554)
@@ -0,0 +1,40 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=apko
+pkgver=0.7.1
+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=('92ec7ffe16538859817297d5f95ecbf3d70e52403e5367b70871087309d3a181c1f9f9bddc53e3dd8e45b60cf354afa8cf5b1f441da4feaf60cb5272bb2576e5')
+
+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: