1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 02:21:49 +02:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
Carlos Alexandro Becker bf4f92763d
feat(ci): lint action, gocenter, tools (#304)
* feat(ci): lint action, gocenter, tools

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: fmt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: lint issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go generate

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-27 17:15:05 +00:00
.github feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
apk feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
cmd/nfpm feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
deb feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
files feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
internal feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
rpm feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
testdata fix: add the PAXHeaders for file checksum required by alpine 3.13+ (#291) 2021-02-02 20:37:17 -08:00
www fix: Prevent destination collisions (#290) 2021-01-30 15:47:01 +00:00
.gitattributes fix: ensure nfpm can run on windows and still build correct rpm, deb, and apk packages (#262) 2020-12-09 18:28:30 +00:00
.gitignore feat: try to clean up and simplify the file adding interface (#255) 2020-12-15 13:47:00 -03:00
.golangci.yml feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
.goreleaser.yml fix(ci): use buildx 2021-01-04 14:44:56 -03:00
.kodiak.toml chore: setup automerge 2020-05-13 16:55:32 -03:00
acceptance_test.go feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
CODE_OF_CONDUCT.md docs: readme, coc, contributing 2018-02-18 19:32:16 -03:00
CONTRIBUTING.md feat: go 1.16 2021-02-27 11:41:13 -03:00
Dockerfile feat: improve docker image (#274) 2020-12-31 10:32:17 -03:00
go.mod feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
go.sum feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
LICENSE.md Create LICENSE.md 2018-02-03 17:11:21 -02:00
Makefile feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
nfpm_test.go fix: allow using an env var in the signature.key_file field (#282) 2021-01-14 10:32:10 -08:00
nfpm.go feat(ci): lint action, gocenter, tools (#304) 2021-02-27 17:15:05 +00:00
README.md docs: fix godoc link 2020-12-23 15:41:23 -03:00

GoReleaser Logo

NFPM

NFPM is Not FPM - a simple deb, rpm and apk packager written in Go.

Release Software License GitHub Actions Codecov branch Go Report Card Go Doc Powered By: GoReleaser

Why

While fpm is great, for me, it is a bummer that it depends on ruby, tar and other softwares.

I wanted something that could be used as a binary and/or as a library and that was really simple.

So I created NFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm.

Usage

Check the documentation at https://nfpm.goreleaser.com

Special thanks 🙏

Thanks to the fpm authors for fpm, which inspires nfpm a lot.

Donate

Donations are very much appreciated! You can donate/sponsor on the main goreleaser opencollective! It's easy and will surely help the developers at least buy some or 🍺!

Stargazers over time

goreleaser/nfpm stargazers over time


Would you like to fix something in the documentation? Feel free to open an issue.