Skip to content

Commit

Permalink
feat: add Songmu/make2help (#21798)
Browse files Browse the repository at this point in the history
* feat: add Songmu/make2help

[Songmu/make2help](https://github.com/Songmu/make2help): Utility for self-documented Makefile

* fix(Songmu/make2help): regenerate the setting

```sh
cmdx s Songmu/make2help
```

* fix(Songmu/make2help): set files

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
lamanotrama and suzuki-shunsuke committed Apr 11, 2024
1 parent 0abbc65 commit cc997aa
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/Songmu/make2help/pkg.yaml
@@ -0,0 +1,6 @@
packages:
- name: Songmu/make2help@v0.2.1
- name: Songmu/make2help
version: v0.2.0
- name: Songmu/make2help
version: v0.0.1
44 changes: 44 additions & 0 deletions pkgs/Songmu/make2help/registry.yaml
@@ -0,0 +1,44 @@
packages:
- type: github_release
repo_owner: Songmu
repo_name: make2help
description: Utility for self-documented Makefile
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.1")
asset: make2help_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
files:
- name: make2help
src: make2help_{{.Version}}_{{.OS}}_{{.Arch}}/make2help
overrides:
- goos: linux
format: tar.gz
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.2.0")
asset: make2help_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
windows_arm_emulation: true
files:
- name: make2help
src: make2help_{{.Version}}_{{.OS}}_{{.Arch}}/make2help
overrides:
- goos: linux
format: tar.gz
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: make2help_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: make2help
src: make2help_{{.Version}}_{{.OS}}_{{.Arch}}/make2help
overrides:
- goos: linux
format: tar.gz
43 changes: 43 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 cc997aa

Please sign in to comment.