1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-10 00:16:13 +02:00

docs: readme

This commit is contained in:
Carlos Alexandro Becker 2018-02-06 00:32:49 -02:00
parent 5fff8cc780
commit a466e91f5c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -3,3 +3,18 @@
> 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