cmd/mkpkg: add small wrapper around nfpm to build deb/rpm packages.

Signed-Off-By: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson
2020-02-20 18:11:56 -08:00
committed by Dave Anderson
parent 2612e54ad1
commit cc44e8a443
3 changed files with 133 additions and 0 deletions

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/go-ole/go-ole v1.2.4
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/google/go-cmp v0.4.0
github.com/goreleaser/nfpm v1.1.10
github.com/klauspost/compress v1.9.8
github.com/kr/pty v1.1.1
github.com/mdlayher/netlink v1.1.0
@@ -25,3 +26,4 @@ require (
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
rsc.io/goversion v1.2.0
)