Skip to content

Commit

Permalink
feat(dlvhdr/diffnav): scaffold dlvhdr/diffnav (#27347)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Sep 30, 2024
1 parent 733e91e commit b1a9523
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/dlvhdr/diffnav/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: dlvhdr/[email protected]
22 changes: 22 additions & 0 deletions pkgs/dlvhdr/diffnav/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
packages:
- type: github_release
repo_owner: dlvhdr
repo_name: diffnav
description: A git diff pager based on delta but with a file tree, à la GitHub
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: diffnav_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: diffnav_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
21 changes: 21 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 b1a9523

Please sign in to comment.