1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-18 23:14:12 +01:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
Carlos Alexandro Becker b93d8e6452 test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-10 09:34:52 -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 test: fix 2020-11-10 09:34:52 -03:00
cmd/nfpm feat: allow cli to create apks 2020-08-17 17:54:03 -03:00
deb test: fix 2020-11-10 09:34:52 -03:00
internal test: fix 2020-11-10 09:34:52 -03:00
rpm test: fix 2020-11-10 09:34:52 -03:00
testdata feat: apk support (#207) 2020-08-17 17:28:38 -03:00
www feat: Support RPM ghost files (#245) 2020-11-08 17:10:27 -03:00
.gitignore docs: added docs website (#142) 2020-05-24 16:09:47 -03:00
.golangci.yml chore(deps): bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 (#190) 2020-08-04 03:18:44 +00: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
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: update contributing.md (#166) 2020-07-10 14:37:30 -03:00
Dockerfile
go.mod chore(deps): bump github.com/goreleaser/fileglob from 0.2.1 to 0.3.0 (#250) 2020-11-10 09:30:21 -03:00
go.sum chore: go mod tidy 2020-11-10 09:32:33 -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: Support RPM ghost files (#245) 2020-11-08 17:10:27 -03:00
README.md docs: apk 2020-08-17 17:44:04 -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.