We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb7ac0 commit 2ab67f8Copy full SHA for 2ab67f8
.goreleaser.yaml
@@ -43,6 +43,24 @@ changelog:
43
exclude:
44
- '^docs:'
45
- '^test:'
46
+nfpms:
47
+ -
48
+ homepage: https://github.com/chrislea/staticrouter
49
+ maintainer: Chris Lea <[email protected]>
50
+ description: |-
51
+ A utility to help set up classless static routes on home routers.
52
+ license: BSD
53
+ formats:
54
+ - deb
55
+ - rpm
56
+ - archlinux
57
+ contents:
58
+ - src: LICENSE
59
+ dst: /usr/share/doc/staticrouter/LICENSE
60
+ - src: README.md
61
+ dst: /usr/share/doc/staticrouter/README.md
62
+ - src: examples/*
63
+ dst: /usr/share/doc/staticrouter/examples/
64
65
# The lines beneath this are called `modelines`. See `:help modeline`
66
# Feel free to remove those if you don't want/use them.
0 commit comments