Date: Sunday, September 11, 2022 @ 16:58:44
Author: shibumi
Revision: 1300588
archrelease: copy trunk to community-x86_64
Added:
fulcio/repos/community-x86_64/PKGBUILD
(from rev 1300587, fulcio/trunk/PKGBUILD)
Deleted:
fulcio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-11 16:58:32 UTC (rev 1300587)
+++ PKGBUILD 2022-09-11 16:58:44 UTC (rev 1300588)
@@ -1,36 +0,0 @@
-# Maintainer: Santiago Torres-Arias <[email protected]>
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=fulcio
-pkgver=0.5.2
-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=('232c2d2017e4b1ecb61b6f94a2dd1211d95f790a2605063234e0f5a135d8baaf3c07bc2bb11e5397b11956f92a69b55d58cd119d98b233641bbc9b9faa11d676')
-b2sums=('80ea3ac7561d336e90aefcfcc8e9806fdef853c66ace318d53d63a18bf4599b96786517f415cf3e628484e915d4c2b8ef92fedba3f3fa5f7fb065aa3af71b0b2')
-
-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 1300587,
fulcio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-11 16:58:44 UTC (rev 1300588)
@@ -0,0 +1,36 @@
+# Maintainer: Santiago Torres-Arias <[email protected]>
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=fulcio
+pkgver=0.5.3
+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=('0f7f2cb83695be489c05e1a9bd510897088a1aab968e7bcc9869c2bb07e7155f6787dbcd0c1af1581aa11ad3801a2680e73dc328515b909c0c96e81747381cea')
+b2sums=('0b931e334cfc6e60c1bb71d9efe1ac540dd192ed1fd251fdfd9685216f2ad8d75e8f79dc59a0fa9060523a3b9935686a450f2657e78a2ca3624b1986c40a4f4a')
+
+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}"
+}