Skip to content

Commit

Permalink
ci: Release to Nix User Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Feb 21, 2024
1 parent 23a9162 commit 7728309
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ brews:
nfpms:
- file_name_template: "{{ .ConventionalFileName }}"
id: packages
homepage: https://github.com/nousefreak/projecthelper
description: "{{ .Env.PROJECT_DESCRIPTION}}"
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"
maintainer: Dries De Peuter <dries@stenic.io>
license: MIT
vendor: NoUseFreak
bindir: /usr/bin
section: utils
Expand All @@ -114,3 +114,15 @@ nfpms:
lintian_overrides:
- statically-linked-binary
- changelog-file-missing-in-native-package

nix:
- repository:
owner: NoUseFreak
name: nix-packages
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"
extra_install: |
installManPage ./manpages/projecthelper.1.gz

0 comments on commit 7728309

Please sign in to comment.