Date: Wednesday, February 15, 2023 @ 08:42:17
Author: kpcyrd
Revision: 1400639
archrelease: copy trunk to community-x86_64
Added:
apko/repos/community-x86_64/PKGBUILD
(from rev 1400638, apko/trunk/PKGBUILD)
Deleted:
apko/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-15 08:41:43 UTC (rev 1400638)
+++ PKGBUILD 2023-02-15 08:42:17 UTC (rev 1400639)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=apko
-pkgver=0.6.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=('4bfd4cdceca6ccc6d72b3b081462989af4d92aba7cdfdc92d9902ce6c08827d2947d0b5e1f04045144e61e30eaf45cc2fb9e62d17e6c1bba41ef268dd2a33c72')
-
-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 1400638,
apko/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-15 08:42:17 UTC (rev 1400639)
@@ -0,0 +1,40 @@
+# 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: