1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-06 23:06:24 +02:00
nfpm/README.md
Carlos Alexandro Becker a466e91f5c
docs: readme
2018-02-06 00:32:49 -02:00

21 lines
565 B
Markdown

# nfpm
> NFPM is not FPM.
WIP: simple deb/rpm packager written in Go
### 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
- 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