1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-28 11:41:58 +02:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
Carlos Alexandro Becker 7feb0818ff
fix: invalid zip file (#253)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-10 18:25:58 -03:00
.github chore(ci): dont need to tidy anymore (#236) 2020-11-03 09:45:34 -03:00
acceptance feat: replace glob library (#244) 2020-11-08 17:09:12 -03:00
apk fix: invalid zip file (#253) 2020-11-10 18:25:58 -03:00
cmd/nfpm feat: allow cli to create apks 2020-08-17 17:54:03 -03:00
deb fix: invalid zip file (#253) 2020-11-10 18:25:58 -03:00
internal fix: invalid zip file (#253) 2020-11-10 18:25:58 -03:00
rpm fix: invalid zip file (#253) 2020-11-10 18:25:58 -03:00
testdata fix: invalid zip file (#253) 2020-11-10 18:25:58 -03:00
www feat: add an option to disable globbing (#248) 2020-11-10 09:37:29 -03:00
.gitignore
.golangci.yml chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 (#251) 2020-11-10 10:35:00 -03:00
.goreleaser.yml
.kodiak.toml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
go.mod chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 (#251) 2020-11-10 10:35:00 -03:00
go.sum chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 (#251) 2020-11-10 10:35:00 -03:00
LICENSE.md
Makefile feat: Support DEB Breaks field (#220) 2020-09-01 19:27:29 +00:00
nfpm_test.go feat: Package Signing (#224) 2020-09-17 09:18:44 -03:00
nfpm.go feat: add an option to disable globbing (#248) 2020-11-10 09:37:29 -03:00
README.md
tools.go

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.