nfpm

Simple deb and rpm packager for Go projects

brewmacoslinux
Try with needOr install directly
Source

About

Simple deb and rpm packager

Commands

nfpm

Examples

Initialize a new nfpm configuration file$ nfpm init --config nfpm.yaml
Build deb package from configuration$ nfpm package --packager deb --config nfpm.yaml
Build rpm package from configuration$ nfpm package --packager rpm --config nfpm.yaml