1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-19 00:56:13 +02:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
Carlos Alexandro Becker c39b8ba060
feat: overhaul cmd and release process (#325)
2021-04-23 09:29:19 -03:00
.github fix: split the workflows by platform as well (#321) 2021-04-15 22:35:42 -03:00
apk feat: add support for alpine pre and post upgrade scripts and add an upgrade test (#323) 2021-04-20 14:02:37 -07:00
cmd/nfpm feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
deb feat: Support for deb's config maintenance script (#317) 2021-04-14 14:43:42 +00:00
files test: clean up the acceptance tests (#292) 2021-04-15 17:25:39 -03:00
internal feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
rpm feat: add %pretrans %posttrans scriptlets (#322) 2021-04-22 18:48:06 +00:00
scripts feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
testdata feat: add %pretrans %posttrans scriptlets (#322) 2021-04-22 18:48:06 +00:00
www feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03: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: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
.golangci.yml test: clean up the acceptance tests (#292) 2021-04-15 17:25:39 -03:00
.goreleaser.yml feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
.kodiak.toml chore: setup automerge 2020-05-13 16:55:32 -03: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: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
LICENSE.md Create LICENSE.md 2018-02-03 17:11:21 -02:00
Makefile test: clean up the acceptance tests (#292) 2021-04-15 17:25:39 -03:00
README.md feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
acceptance_test.go feat: add support for alpine pre and post upgrade scripts and add an upgrade test (#323) 2021-04-20 14:02:37 -07:00
go.mod feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
go.sum feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
nfpm.go feat: add version_schema config option to allow controlling how the version string is parsed. (#324) 2021-04-23 00:36:16 +00:00
nfpm_test.go feat: add version_schema config option to allow controlling how the version string is parsed. (#324) 2021-04-23 00:36:16 +00:00

GoReleaser Logo

NFPM

NFPM is a simple, 0-dependencies, deb, rpm and apk packager.

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.