Skip to content

Commit

Permalink
Merge pull request #9806 from sheldonhull/feat/helix-editor/helix
Browse files Browse the repository at this point in the history
feat: add helix-editor/helix
  • Loading branch information
suzuki-shunsuke committed Feb 11, 2023
2 parents a05acc5 + 224f791 commit c9e4be6
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/helix-editor/helix/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: helix-editor/helix@22.12
- name: helix-editor/helix
version: "22.05"
- name: helix-editor/helix
version: v0.6.0
34 changes: 34 additions & 0 deletions pkgs/helix-editor/helix/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
packages:
- type: github_release
repo_owner: helix-editor
repo_name: helix
asset: helix-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
description: A post-modern modal text editor
replacements:
amd64: x86_64
arm64: aarch64
darwin: macos
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
files:
- name: hx
src: helix-{{.Version}}-{{.Arch}}-{{.OS}}/hx
version_constraint: semver(">= 22.08")
version_overrides:
- version_constraint: semver(">= 22.03")
rosetta2: true
supported_envs:
- darwin
- amd64
- version_constraint: "true"
rosetta2: true
supported_envs:
- darwin
- linux
- amd64
33 changes: 33 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9e4be6

Please sign in to comment.