Skip to content

Commit 9a0966d

Browse files
authored
Merge pull request #388 from arnested/misc
Man page and Goreleaser deprecation fix
2 parents e45ed24 + 654aa2d commit 9a0966d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.goreleaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ builds:
1414
- -s -w -X main.version={{.Tag}} -X main.Date={{.CommitDate}}
1515
mod_timestamp: '{{.CommitTimestamp}}'
1616
archives:
17-
- format: binary
17+
- formats:
18+
- binary
1819
name_template: >-
1920
{{ .ProjectName }}_
2021
{{- if eq .Os "linux" }}Linux
@@ -63,6 +64,9 @@ nfpms:
6364
- src: deb/ldddns.gpg
6465
dst: /usr/share/keyrings/ldddns.gpg
6566

67+
- src: deb/ldddns.8
68+
dst: /usr/share/man/man8/ldddns.8
69+
6670
scripts:
6771
postinstall: "deb/postinstall.sh"
6872
preremove: "deb/preremove.sh"

deb/ldddns.8

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.TH LDDDNS 8 "" "" "Local Docker Development DNS"
2+
.SH NAME
3+
Local Docker Development DNS
4+
.SH SYNOPSIS
5+
.B systemctl
6+
start ldddns
7+
8+
.B systemctl
9+
status ldddns
10+
.SH DESCRIPTION
11+
A systemd service that will monitor your Docker host and provide DNS names for the containers.
12+
13+
14+
.SH AUTHOR
15+
Written by Arne Jørgensen - https://arnested.dk
16+
17+
.SH REPORTING BUGS
18+
Report bugs to https://github.com/arnested/ldddns/issues
19+
20+
.SH COPYRIGHT
21+
Copyright © 2020, 2021, 2022, 2023, 2024 Arne Jørgensen
22+
23+
Licensed under MIT License

0 commit comments

Comments
 (0)