1
1
mirror of https://github.com/goreleaser/nfpm synced 2025-11-08 10:38:46 +01:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
dependabot[bot] 4f3f1d341b
ci(deps): bump the actions group across 1 directory with 4 updates (#993)
Bumps the actions group with 4 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [anchore/scan-action](https://github.com/anchore/scan-action), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [cachix/install-nix-action](https://github.com/cachix/install-nix-action).


Updates `github/codeql-action` from 4.30.8 to 4.31.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f443b600d9...0499de31b9)

Updates `anchore/scan-action` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](a5605eb094...568b89d27f)

Updates `anchore/sbom-action` from 0.20.8 to 0.20.9
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](aa0e114b2e...8e94d75ddd)

Updates `cachix/install-nix-action` from 31.8.1 to 31.8.2
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](fd24c48048...456688f15b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: anchore/scan-action
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: anchore/sbom-action
  dependency-version: 0.20.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: cachix/install-nix-action
  dependency-version: 31.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 10:13:15 +00:00
.github ci(deps): bump the actions group across 1 directory with 4 updates (#993) 2025-11-03 10:13:15 +00:00
apk ci: updating build scripts (#877) 2024-11-10 10:26:34 -03:00
arch fix: lint issues, modernize codebase (#922) 2025-03-29 08:57:48 -03:00
cmd/nfpm feat: support for ipk packages (#818) 2024-05-08 16:02:39 -03:00
deb fix: conffiles only when files match (#984) 2025-10-05 18:15:35 +02:00
deprecation fix: lint issues, modernize codebase (#922) 2025-03-29 08:57:48 -03:00
files fix: symlink with empty mtime (#955) 2025-08-06 02:31:21 -03:00
internal refactor: use stdlib maps (#942) 2025-06-20 18:43:46 -03:00
ipk fix: lint issues, modernize codebase (#922) 2025-03-29 08:57:48 -03:00
rpm fix: symlink with empty mtime (#955) 2025-08-06 02:31:21 -03:00
scripts ci: updating build scripts (#877) 2024-11-10 10:26:34 -03:00
testdata feat: srpm (#935) 2025-06-07 13:32:08 -03:00
www docs: update cmd docs 2025-10-10 13:53:32 +00:00
.editorconfig chore: add .editorconfig 2024-01-01 22:22:51 -03:00
.gitattributes feat: jsonschema (#350) 2021-07-07 10:20:34 -07:00
.gitignore build: use nix flake (#761) 2023-12-28 20:47:17 -03:00
.golangci.yml fix: lint issues, modernize codebase (#922) 2025-03-29 08:57:48 -03:00
.goreleaser.yml ci: update goreleaser config 2025-10-05 18:35:26 +02:00
.lintian-overrides fix: lintian issues (#445) 2022-02-03 09:20:21 -03:00
.svu.yaml chore: svu init 2025-03-23 17:31:10 -03:00
acceptance_test.go fix(rpm): signing for rpm <= 4.16 (#910) 2025-02-27 16:15:12 -03:00
CODE_OF_CONDUCT.md docs: readme, coc, contributing 2018-02-18 19:32:16 -03:00
CONTRIBUTING.md fix: move mod back to go 1.21 2024-05-09 09:29:19 -03:00
Dockerfile fix(deps): bump alpine from 3.22.1 to 3.22.2 (#986) 2025-10-09 08:21:12 +00:00
go.mod chore(deps): bump github.com/klauspost/compress in the go group (#991) 2025-10-27 09:35:27 +00:00
go.sum chore(deps): bump github.com/klauspost/compress in the go group (#991) 2025-10-27 09:35:27 +00:00
LICENSE.md Create LICENSE.md 2018-02-03 17:11:21 -02:00
nfpm_test.go fix: lint issues, modernize codebase (#922) 2025-03-29 08:57:48 -03:00
nfpm.go fix: lint 2025-09-24 01:44:07 -03:00
README.md docs: sponsor logo (#887) 2024-11-25 08:24:38 -03:00
SECURITY.md docs: update SECURITY.md 2023-05-18 14:18:54 -03:00
Taskfile.yml ci: fix docs jobs (#976) 2025-09-24 02:11:39 -03:00

GoReleaser Logo

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 software.

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.

Getting started

Used and supported by

wails icon

Build beautiful cross-platform applications using Go.

Special thanks 🙏

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

Community

You have questions, need support and or just want to talk about GoReleaser/nFPM?

Here are ways to get in touch with the GoReleaser community:

Join Discord Follow Twitter GitHub Discussions

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

Stargazers over time