Skip to content

Commit

Permalink
feat: add mattn/files (#12097)
Browse files Browse the repository at this point in the history
[mattn/files](https://github.com/mattn/files): Fast file find
  • Loading branch information
4513ECHO committed May 11, 2023
1 parent e0aefaf commit 32492d2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/mattn/files/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: mattn/files@v0.3.8
- name: mattn/files
version: v0.3.4
- name: mattn/files
version: v0.3.1
20 changes: 20 additions & 0 deletions pkgs/mattn/files/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
packages:
- type: github_release
repo_owner: mattn
repo_name: files
description: Fast file find
asset: files_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
overrides:
- goos: linux
format: tar.gz
files:
- name: files
src: files_{{.Version}}_{{.OS}}_{{.Arch}}/files
version_constraint: semver(">= 0.3.4")
version_overrides:
- version_constraint: semver("< 0.3.4")
supported_envs:
- darwin
- amd64
rosetta2: true
19 changes: 19 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 32492d2

Please sign in to comment.