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

Morten Linderud foxboron at gemini.archlinux.org
Sun Mar 27 12:47:02 UTC 2022


    Date: Sunday, March 27, 2022 @ 12:47:00
  Author: foxboron
Revision: 1177203

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
    (from rev 1177202, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-27 12:46:51 UTC (rev 1177202)
+++ PKGBUILD	2022-03-27 12:47:00 UTC (rev 1177203)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=restic
-pkgver=0.12.1
-pkgrel=2
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net"
-license=('BSD')
-depends=('glibc')
-makedepends=('go' 'git')
-checkdepends=('fuse2')
-optdepends=('fuse2: mount archive')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz")
-sha256sums=('a9c88d5288ce04a6cc78afcda7590d3124966dab3daa9908de9b3e492e2925fb')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./cmd/... ./internal/... || true
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh "$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh "$pkgdir/usr/share/bash-completion/completions/restic"
-  install -Dm644 doc/fish-completion.fish "$pkgdir/usr/share/fish/vendor_completions.d/restic.fish"
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 1177202, restic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-27 12:47:00 UTC (rev 1177203)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=restic
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net"
+license=('BSD')
+depends=('glibc')
+makedepends=('go' 'git')
+checkdepends=('fuse2')
+optdepends=('fuse2: mount archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz")
+sha256sums=('b3c09137b462548f44d764f98909534bef6e85fe029d4daf60545642cdefd3dd')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  export CGO_ENABLED=0
+  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./cmd/... ./internal/... || true
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 restic "${pkgdir}/usr/bin/restic"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh "$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh "$pkgdir/usr/share/bash-completion/completions/restic"
+  install -Dm644 doc/fish-completion.fish "$pkgdir/usr/share/fish/vendor_completions.d/restic.fish"
+}



More information about the arch-commits mailing list