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

Jelle van der Waa jelle at gemini.archlinux.org
Wed Apr 27 14:48:16 UTC 2022


    Date: Wednesday, April 27, 2022 @ 14:48:16
  Author: jelle
Revision: 1191170

archrelease: copy trunk to community-x86_64

Added:
  fulcio/repos/community-x86_64/PKGBUILD
    (from rev 1191169, fulcio/trunk/PKGBUILD)
Deleted:
  fulcio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 14:48:11 UTC (rev 1191169)
+++ PKGBUILD	2022-04-27 14:48:16 UTC (rev 1191170)
@@ -1,36 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=fulcio
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="free Root-CA for code signing certs - issuing certificates based on an OIDC email address."
-arch=('x86_64')
-url="https://github.com/sigstore/fulcio"
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/fulcio/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('79aa63f8653bbd2d06c19ab58b03de7a2699446b98b41d4d5e13933a1af142bfbc8d39b45570c8ced9ec28b8faa85d1da56881cc177352fa5d6ccc39327305d4')
-b2sums=('3dde7d9b8dd1ad52acf26236f7b2794fae66b2104851ecbca794e9896014d27dc64b68ae6850c4775b39567b871550aa0bb2c7dae08a04837e4fe6513bbeb18b')
-
-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/fulcio "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: fulcio/repos/community-x86_64/PKGBUILD (from rev 1191169, fulcio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-27 14:48:16 UTC (rev 1191170)
@@ -0,0 +1,36 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=fulcio
+pkgver=0.1.1
+pkgrel=2
+pkgdesc="free Root-CA for code signing certs - issuing certificates based on an OIDC email address."
+arch=('x86_64')
+url="https://github.com/sigstore/fulcio"
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/fulcio/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('79aa63f8653bbd2d06c19ab58b03de7a2699446b98b41d4d5e13933a1af142bfbc8d39b45570c8ced9ec28b8faa85d1da56881cc177352fa5d6ccc39327305d4')
+b2sums=('3dde7d9b8dd1ad52acf26236f7b2794fae66b2104851ecbca794e9896014d27dc64b68ae6850c4775b39567b871550aa0bb2c7dae08a04837e4fe6513bbeb18b')
+
+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/fulcio "${pkgdir}/usr/bin/${pkgname}"
+}



More information about the arch-commits mailing list