Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed Apr 8, 2024
1 parent aa56390 commit e0c2443
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions src/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,43 @@ builds:

nfpms:
- maintainer: NightCat <nightcat.dev@proton.me>
id: dev
file_name_template: >-
{{ .PackageName }}-{{ .Version }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
description: Pretty fancy and modern file manager in terminal .
description: Pretty fancy and modern file manager in terminal .
homepage: https://github.com/MHNightCat/superfile
bindir: /usr/bin
license: MIT
formats:
- deb
dependencies:
- exiftool

- maintainer: NightCat <nightcat.dev@proton.me>
id: rpm
file_name_template: >-
{{ .PackageName }}-{{ .Version }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
description: Pretty fancy and modern file manager in terminal .
homepage: https://github.com/MHNightCat/superfile
bindir: /usr/bin
license: MIT
formats:
- rpm
- archlinux
dependencies:
- perl-Image-ExifTool

- maintainer: NightCat <nightcat.dev@proton.me>
id: archlinux
file_name_template: >-
{{ .PackageName }}-{{ .Version}}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
description: Pretty fancy and modern file manager in terminal .
homepage: https://github.com/MHNightCat/superfile
bindir: /usr/bin
license: MIT
formats:
- archlinux
dependencies:
- perl-image-exiftool

archives:
- format: tar.gz
Expand Down

0 comments on commit e0c2443

Please sign in to comment.