Skip to content

Commit

Permalink
feat ✨: add aur and brew package
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Jan 3, 2025
1 parent c74a33a commit 3ad41ba
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.DIDACTIKLABS_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
26 changes: 26 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,29 @@ archives:
- README.md
- LICENSE
- docs/*
aurs:
- name: 'ginx-bin'
homepage: 'https://github.com/didactiklabs/ginx'
description: 'Ginx is a cli tool that watch a remote repository and run an arbitrary command on changes/updates.'
maintainers:
- 'Victor Hang <[email protected]>'
license: 'MIT'
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://[email protected]/ginx-bin.git'
commit_author:
name: 'Victor Hang'
email: '[email protected]'
skip_upload: auto
brews:
- name: 'ginx'
homepage: https://github.com/didactiklabs/ginx
description: 'Ginx is a cli tool that watch a remote repository and run an arbitrary command on changes/updates.'
directory: Formula
commit_author:
name: 'Victor Hang'
email: '[email protected]'
commit_msg_template: 'chore: Brew formula update for {{ .ProjectName }} version {{ .Tag }}'
repository:
owner: didactiklabs
name: homebrew-ginx
branch: main

0 comments on commit 3ad41ba

Please sign in to comment.