Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 224afce

Browse files
committed
Added manpage
1 parent c818c91 commit 224afce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/gopass/Dockerfile.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ curl --silent --location --fail "https://github.com/gopasspw/gopass/releases/dow
1010
| tar --extract --gzip --directory="${prefix}${target}/bin/" --no-same-owner \
1111
gopass
1212

13+
curl --silent --location --fail --output "${prefix}${target}/share/man/man1/gopass.1" \
14+
"https://github.com/gopasspw/gopass/raw/v${version}/gopass.1"
15+
1316
"${prefix}${target}/bin/gopass" completion bash >"${prefix}${target}/share/bash-completion/completions/gopass"
1417
"${prefix}${target}/bin/gopass" completion fish >"${prefix}${target}/share/fish/vendor_completions.d/gopass.fish"
1518
"${prefix}${target}/bin/gopass" completion zsh >"${prefix}${target}/share/zsh/vendor-completions/_gopass"

0 commit comments

Comments
 (0)