1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-10 18:46:11 +02:00
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Go to file
dependabot-preview[bot] c98d9bc176
chore(deps): bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 (#190)
* chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.29.0 to 1.30.0.
- [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.29.0...v1.30.0)

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

* fix: lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-08-04 03:18:44 +00:00
.github chore(ci): unshallow clone (#151) 2020-06-16 09:37:27 -03:00
acceptance fix: Don't propagate semver metadata into deb metadata. (#187) 2020-07-30 11:02:55 -03:00
cmd/nfpm fix: Avoid panic if target is blank/dir and no packager is specified. (#179) 2020-08-03 23:34:58 -03:00
deb feat: support symlinks for deb and rpm. (#185) 2020-07-29 23:20:50 -03:00
glob feat: update golangci-lint (#137) 2020-05-13 16:24:06 -03:00
internal/helpers feat: update golangci-lint (#137) 2020-05-13 16:24:06 -03:00
rpm test: Reuse rpm tag constants from rpmutils. (#188) 2020-07-31 15:29:07 -03:00
testdata feat(#42): Support Changelogs (#158) 2020-07-13 15:10:03 +00:00
www fix: Don't propagate semver metadata into deb metadata. (#187) 2020-07-30 11:02:55 -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 docs: readme, coc, contributing 2018-02-18 19:32:16 -03:00
CONTRIBUTING.md docs: update contributing.md (#166) 2020-07-10 14:37:30 -03:00
Dockerfile feat: added docker image 2018-06-15 16:33:52 -03:00
LICENSE.md Create LICENSE.md 2018-02-03 17:11:21 -02:00
Makefile chore(ci): run fast tests first (#182) 2020-07-29 23:12:40 -03:00
README.md docs: improve documentation 2020-07-10 02:06:39 -03:00
go.mod 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
go.sum 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
nfpm.go fix: Don't propagate semver metadata into deb metadata. (#187) 2020-07-30 11:02:55 -03:00
nfpm_test.go fix: Don't propagate semver metadata into deb metadata. (#187) 2020-07-30 11:02:55 -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 and rpm 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.