[arch-commits] Commit in restic/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Nov 12 22:29:36 UTC 2021
Date: Friday, November 12, 2021 @ 22:29:35
Author: foxboron
Revision: 1044869
archrelease: copy trunk to community-x86_64
Added:
restic/repos/community-x86_64/PKGBUILD
(from rev 1044868, restic/trunk/PKGBUILD)
Deleted:
restic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 22:29:29 UTC (rev 1044868)
+++ PKGBUILD 2021-11-12 22:29:35 UTC (rev 1044869)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=restic
-pkgver=0.12.1
-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=('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"
-}
Copied: restic/repos/community-x86_64/PKGBUILD (from rev 1044868, restic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-12 22:29:35 UTC (rev 1044869)
@@ -0,0 +1,40 @@
+# 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"
+}
More information about the arch-commits
mailing list