pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/restic



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Apr 20 03:12:03 UTC 2024

Modified Files:
        pkgsrc/sysutils/restic: Makefile PLIST

Log Message:
sysutils/restic: Install a completion script for fish


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/restic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/restic/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/restic/Makefile
diff -u pkgsrc/sysutils/restic/Makefile:1.47 pkgsrc/sysutils/restic/Makefile:1.48
--- pkgsrc/sysutils/restic/Makefile:1.47        Fri Apr  5 19:14:11 2024
+++ pkgsrc/sysutils/restic/Makefile     Sat Apr 20 03:12:03 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2024/04/05 19:14:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.48 2024/04/20 03:12:03 pho Exp $
 
 DISTNAME=      restic-0.16.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=restic/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -17,6 +17,7 @@ GO_BUILD_PATTERN=     ./cmd/restic
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 \
                        share/bash-completion/completions \
+                       share/fish/completions \
                        share/zsh/site-functions
 
 .include "go-modules.mk"
@@ -24,6 +25,8 @@ INSTALLATION_DIRS+=   ${PKGMANDIR}/man1 \
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/bash-completion.sh \
                        ${DESTDIR}${PREFIX}/share/bash-completion/completions/restic
+       ${INSTALL_DATA} ${WRKSRC}/doc/fish-completion.fish \
+                       ${DESTDIR}${PREFIX}/share/fish/completions/restic.fish
        ${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \
                        ${DESTDIR}${PREFIX}/share/zsh/site-functions/_restic
        ${INSTALL_MAN} ${WRKSRC}/doc/man/restic-backup.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

Index: pkgsrc/sysutils/restic/PLIST
diff -u pkgsrc/sysutils/restic/PLIST:1.3 pkgsrc/sysutils/restic/PLIST:1.4
--- pkgsrc/sysutils/restic/PLIST:1.3    Sat Aug  5 00:13:31 2023
+++ pkgsrc/sysutils/restic/PLIST        Sat Apr 20 03:12:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/08/05 00:13:31 iquiw Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/04/20 03:12:03 pho Exp $
 bin/restic
 man/man1/restic-backup.1
 man/man1/restic-cache.1
@@ -31,4 +31,5 @@ man/man1/restic-unlock.1
 man/man1/restic-version.1
 man/man1/restic.1
 share/bash-completion/completions/restic
+share/fish/completions/restic.fish
 share/zsh/site-functions/_restic



Home | Main Index | Thread Index | Old Index