1
1
mirror of https://github.com/goreleaser/nfpm synced 2025-04-30 18:27:55 +02:00
nfpm/internal/cmd
Weston Schmidt bc5c3bd876
feat: support for ipk packages (#818)
Implements #507.

* Adds ipk support for keywords used by OpenWRT and Yocto.
* MD5sum is explicitly excluded due to insecurity.
* SHA256Sum excluded due packages not being individually signed,
  instead, the feed of packages is checksummed and signed externally.
* Adds code to nfpm package to automatically enumerate the supported
  packaging types where possible.
2024-05-08 16:02:39 -03:00
..
doc.go feat: overhaul cmd and release process (#325) 2021-04-23 09:29:19 -03:00
docs.go fix: lint issues 2024-03-19 10:14:49 -03:00
init.go fix: example should not have prefixed version 2023-10-31 16:33:03 +00:00
man.go fix: lint issues 2024-03-19 10:14:49 -03:00
package.go feat: support for ipk packages (#818) 2024-05-08 16:02:39 -03:00
root.go feat: support for ipk packages (#818) 2024-05-08 16:02:39 -03:00
schema.go fix: lint issues 2024-03-19 10:14:49 -03:00