mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 15:44:17 +02:00
Add nfpm configuration to .goreleaser.yml
This commit is contained in:
parent
cb7fedfa5e
commit
0a11c079cb
1 changed files with 10 additions and 0 deletions
|
|
@ -26,6 +26,16 @@ builds:
|
|||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: 7
|
||||
nfpm:
|
||||
vendor: charmbracelet
|
||||
homepage: "https://charm.sh/"
|
||||
maintainer: "Christian Muehlhaeuser <muesli@gmail.com>"
|
||||
description: "Render markdown on the CLI"
|
||||
license: MIT
|
||||
formats:
|
||||
- deb
|
||||
- rpm
|
||||
bindir: /usr/bin
|
||||
sign:
|
||||
artifacts: checksum
|
||||
archives:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue