2018-02-05 02:53:22 +01:00
|
|
|
# nfpm
|
|
|
|
|
|
|
|
> NFPM is not FPM.
|
|
|
|
|
2018-02-03 20:10:59 +01:00
|
|
|
WIP: simple deb/rpm packager written in Go
|
2018-02-06 03:32:49 +01:00
|
|
|
|
|
|
|
### Goals
|
|
|
|
|
|
|
|
- be simple to use
|
|
|
|
- provide packaging for the most common linux packaging systems
|
|
|
|
- be distributed as a single binary
|
|
|
|
- reproducible results
|
|
|
|
- depend on the fewer external things as possible
|
2018-02-06 03:33:29 +01:00
|
|
|
- generate packages from yaml files (and/or json/toml?)
|
2018-02-06 03:32:49 +01:00
|
|
|
- be possible to be used as a lib for other go projects (namely goreleaser itself)
|
|
|
|
|
|
|
|
### Status
|
|
|
|
|
|
|
|
- deb packaging is working but some features might be missing
|
|
|
|
- rpm packaging is working but some features might be missing
|
|
|
|
- we need a suite of acceptance tests to make sure everything works
|