Date: Wednesday, April 19, 2023 @ 04:29:59
  Author: grawlinson
Revision: 1447339

archrelease: copy trunk to community-x86_64

Added:
  lego/repos/community-x86_64/PKGBUILD
    (from rev 1447338, lego/trunk/PKGBUILD)
Deleted:
  lego/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  126 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 04:27:13 UTC (rev 1447338)
+++ PKGBUILD    2023-04-19 04:29:59 UTC (rev 1447339)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
-
-pkgname=lego
-pkgver=4.10.0
-pkgrel=1
-pkgdesc='Lets Encrypt client and ACME library'
-url='https://go-acme.github.io/lego'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='9b0c869f84caea24f79e0e44ae6b920152cdec04'
-source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPATH="${srcdir}"
-
-  go build -v \
-    -buildmode=pie \
-    -mod=readonly \
-    -modcacherw \
-    -ldflags "-compressdwarf=false \
-    -linkmode external \
-    -extldflags ${LDFLAGS} \
-    -X main.version=v$pkgver" \
-    -o build \
-    ./cmd/...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/lego
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: lego/repos/community-x86_64/PKGBUILD (from rev 1447338, 
lego/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-19 04:29:59 UTC (rev 1447339)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
+
+pkgname=lego
+pkgver=4.10.0
+pkgrel=1
+pkgdesc='Lets Encrypt client and ACME library'
+url='https://go-acme.github.io/lego'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='9b0c869f84caea24f79e0e44ae6b920152cdec04'
+source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPATH="${srcdir}"
+
+  go build -v \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-compressdwarf=false \
+    -linkmode external \
+    -extldflags ${LDFLAGS} \
+    -X main.version=v$pkgver" \
+    -o build \
+    ./cmd/...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/lego
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to