Skip to content

Commit

Permalink
support linux package
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Dec 17, 2023
1 parent bc44694 commit 604e471
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,29 @@ brews:
test: |
system "#{bin}/vfox version"
nfpms:
- file_name_template: "{{ .ConventionalFileName }}"
id: vfox
homepage: https://github.com/aooohan/version-fox
description: |-
A cross-platform SDK version manager with a simple cli.
Swiftly install and switch between different SDK versions
using Lua scripts as plugins. Simplify your version management
with VersionFox.
maintainer: Han Li <[email protected]>
license: 'Apache-2.0'
vendor: VersionFox
bindir: /usr/bin
section: utils
- src: ./LICENSE
dst: /usr/share/doc/vfox/copyright
file_info:
mode: 0644
formats:
- apk
- deb
- rpm
- archlinux

#winget:
# - name: vfox
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ vfox current Show the current version of all SDKs
vfox help Show this help message
```
## TODO
- [ ] Supports bash, zsh, powershell auto-completion.
-
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any
Expand Down

0 comments on commit 604e471

Please sign in to comment.