Skip to content

Commit

Permalink
feat(sachaos/todoist): scaffold sachaos/todoist (#30412)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 29, 2024
1 parent 5587eaa commit f610bb7
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 19 deletions.
4 changes: 3 additions & 1 deletion pkgs/sachaos/todoist/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
packages:
- name: sachaos/[email protected]
- name: sachaos/[email protected]
- name: sachaos/todoist
version: v0.20.0
- name: sachaos/todoist
version: v0.19.0
40 changes: 31 additions & 9 deletions pkgs/sachaos/todoist/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,36 @@ packages:
- type: github_release
repo_owner: sachaos
repo_name: todoist
description: Todoist CLI Client. I love Todoist and CLI
asset: todoist_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
supported_envs:
- darwin
- amd64
version_constraint: semver(">= 0.20.0")
description: Todoist CLI Client. I Todoist and CLI
version_constraint: "false"
version_overrides:
- version_constraint: semver("< 0.20.0")
- version_constraint: semver("<= 0.19.0")
asset: todoist_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
complete_windows_ext: false
supported_envs:
- darwin
- windows
- amd64
- version_constraint: Version == "v0.20.0"
asset: todoist_{{.OS}}_{{.Arch}}
format: raw
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: todoist_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
40 changes: 31 additions & 9 deletions registry.yaml

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

0 comments on commit f610bb7

Please sign in to comment.