1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-23 02:31:00 +02:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
dependabot-preview[bot] b259c6c0de
chore(deps): bump github.com/golangci/golangci-lint (#272)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.34.0...v1.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-30 09:29:38 -03:00
.github feat: remove deprecated options (#267) 2020-12-22 21:28:32 -03:00
apk chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.0 (#271) 2020-12-29 12:29:59 -03:00
cmd/nfpm feat: version as v2 (#268) 2020-12-23 13:25:57 +00:00
deb chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.0 (#271) 2020-12-29 12:29:59 -03:00
files chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.0 (#271) 2020-12-29 12:29:59 -03:00
internal feat: version as v2 (#268) 2020-12-23 13:25:57 +00:00
rpm feat: version as v2 (#268) 2020-12-23 13:25:57 +00:00
testdata feat: remove deprecated options (#267) 2020-12-22 21:28:32 -03:00
www docs: fix twitter link 2020-12-29 12:06:39 -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: try to clean up and simplify the file adding interface (#255) 2020-12-15 13:47:00 -03:00
.golangci.yml chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.0 (#271) 2020-12-29 12:29:59 -03:00
.goreleaser.yml fix(ci): windows build 2020-05-26 00:47:25 -03:00
.kodiak.toml chore: setup automerge 2020-05-13 16:55:32 -03:00
acceptance_test.go feat: version as v2 (#268) 2020-12-23 13:25:57 +00:00
CODE_OF_CONDUCT.md docs: readme, coc, contributing 2018-02-18 19:32:16 -03:00
CONTRIBUTING.md feat: remove deprecated options (#267) 2020-12-22 21:28:32 -03:00
Dockerfile feat: added docker image 2018-06-15 16:33:52 -03:00
go.mod chore(deps): bump github.com/golangci/golangci-lint (#272) 2020-12-30 09:29:38 -03:00
go.sum chore(deps): bump github.com/golangci/golangci-lint (#272) 2020-12-30 09:29:38 -03:00
LICENSE.md Create LICENSE.md 2018-02-03 17:11:21 -02:00
Makefile feat: remove deprecated options (#267) 2020-12-22 21:28:32 -03:00
nfpm_test.go chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.0 (#271) 2020-12-29 12:29:59 -03:00
nfpm.go feat: more deprecated things to remove (#269) 2020-12-25 13:15:15 +00:00
README.md docs: fix godoc link 2020-12-23 15:41:23 -03:00
tools.go feat: update golangci-lint (#137) 2020-05-13 16:24:06 -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.