[arch-commits] Commit in cosign/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Sat Jul 31 18:03:11 UTC 2021
Date: Saturday, July 31, 2021 @ 18:03:11
Author: shibumi
Revision: 991224
archrelease: copy trunk to community-x86_64
Added:
cosign/repos/community-x86_64/PKGBUILD
(from rev 991223, cosign/trunk/PKGBUILD)
Deleted:
cosign/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 18:03:05 UTC (rev 991223)
+++ PKGBUILD 2021-07-31 18:03:11 UTC (rev 991224)
@@ -1,37 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=cosign
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign"
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('763c2a8ac42518771ad47b6ec3c5ce16b47a7cffc265cd36397c81165fef89fd04fbcdbdff26bb7ed5267b46227e56049971acfa111197c61ed7fe7a0d0d0ab5')
-b2sums=('2ad7137186782743269ed4c1e1b03cd7f39e552d3a89d596053d07c952c599a7c23d38de60f68eece8162c67610b07cb19156b3568bd635b73f0fc535e865724')
-
-build(){
- cd "${pkgname}-${pkgver}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
- mkdir build
- go build -o build/ ./...
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- make test
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
- install -Dm755 build/copasetic "${pkgdir}/usr/bin/copasetic"
-}
Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 991223, cosign/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-31 18:03:11 UTC (rev 991224)
@@ -0,0 +1,37 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=cosign
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign"
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('83e4d24827053a33b5a2c22f43bf0b713a74f29c73c642dce27a885062d012ff774bdd7c55a2f29bc2619dcc25de7d71bb1ca6e0b813654de31020401419f747')
+b2sums=('7acba046eae34a0eaa745c56cf9e285180df52329e6ee0a4c1ae4b87ffb134277f2f0c47393b5fa5aa6ca0d4eb8bc219d336cd9c4df96c10e57016cec7639ba2')
+
+build(){
+ cd "${pkgname}-${pkgver}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+ mkdir build
+ go build -o build/ ./...
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm755 build/copasetic "${pkgdir}/usr/bin/copasetic"
+}
More information about the arch-commits
mailing list